Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
 

Authentication

To use the REST-API, you (the "API user") need to be authenticated.

Code Block
curl -D- -u fred:fred -X GET -H "Content-Type: application/json" https://example.com/myjira/rest/icbiz/1.0/worklog/report

Please find all details in the respective JIRA documentation https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Basic+Authentication

 

 

Tip

If you are not using a separate "API user" that never logs in into JIRA, but a user who logs in into JIRA, keep in mind that it might happen that during manual login, you enter a wrong password a couple of times, which - if JIRA is configured this way - will lead to a situation where the API user does not work any longer because JIRA expects the user entering the a captcha text or blocks the user!!

Check if icbiz Works

Documentation Link (wadl) => Muss funktionieren, sonst geht Plugin nicht: http://de.wikipedia.org/wiki/Web_Application_Description_Language

https://SERVERXXXX/extjira/rest/icbiz/1.0/application.wadl?_=142081795312

Permissions

Depending on which operations you want to use via the REST services, your API user needs respective permissions in JIRA and ictime. The following permissions are required for icbiz (for all projects) if all features are used:

...