Important note [Retirement of icTime] and [Retirement of biz] on December 29th, 2023

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »

Authentication

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

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

(modify URL according to your installation path)

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

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 a captcha text!

Check if icbiz Properly Works

You can check if icbiz works correctly by calling the following WADL (see http://de.wikipedia.org/wiki/Web_Application_Description_Language) link:

https://example.com/myjira/rest/icbiz/1.0/application.wadl?_=142081795312

(modify URL according to your installation path)

The lnik should return the icbiz documentation.

If you use the (patched) JIRA REST API Browser (see Using the JIRA REST API Browser), you should see the respective services starting with icbiz/. If this is not the case, your JIRA REST API Browser either does not work correctly/has not been patched or icbiz is not running correctly.

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:

PermissionsSystemDescription
Administer Projects
Ability to administer a project in JIRA.
JIRARequired to create/copy projects.
Browse Projects
Ability to browse projects and the issues within them.
JIRARequired to create/copy projects.
Create Issues
Ability to create issues.
JIRARequired to create/copy projects.
Create Attachments
Users with this permission may create attachments.
JIRA 
Delete Own Attachments
Users with this permission may delete own attachments.
JIRA 
Activity Types
Permission to configure activity types
ictime 
Work Log Attributes
Permission to manage Work Log Attributes
ictime 
Project Configuration
Permission to configure projects
ictime 
Reporting
Permission to generate reports
ictime 
Accounting
Permission to charge work logs and to access accounting, including the permission to create, edit and delete work logs for projects in status inactive; also requires reporting permission
ictime 

Additional JIRA permissions are required if you are working with the JIRA REST API for additional operations on issues.

 

 

  • No labels