...
Code Block |
---|
curl -D- -u fred:fred -X GET -H "Content-Type: application/json" https://example.com/myjira/rest/icbiz/1.0/worklog/reportwla/activityTypeAssigned?activityTypeId=3 |
(modify URL according to your installation path)
...
(modify URL according to your installation path)
The lnik lnk 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.
Example Request and Response
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:
...