For details, refer to http://www.interconcept.de/bizdoc/de/iconcept/icbiz/rest/WlaRestRes.html. For ictime documentation, refer to Work Log Attributes (WLA).
Get a list of WLA assignable or assigned to a project.
Example (Method GET)
https://example.com/myjira/rest/icbiz/1.0/wla/activityTypeAssigned?activityTypeId=3
Parameter | Description | Remarks |
---|---|---|
projectKey | Project key. |
|
Assign WLA to project.
Example (Method POST)
https://example.com/myjira/rest/icbiz/1.0/wla/projectAssigned?projectKey=ABC&wlaId=5
Parameter | Description | Remarks |
---|---|---|
projectKey | Project key. | |
wlaId | WLA ID | |
wlaExtMapId | External mapping ID of WLA | In case both IDs are provided, this one will be taken. |
Remove WLA from activity types.
Example (Method DELETE)
https://example.com/myjira/rest/icbiz/1.0/wla/activityTypeAssigned?activityTypeId=3&wlaId=8
Parameter | Description | Remarks |
---|---|---|
projectKey | Project key. | |
wlaId | WLA ID | |
wlaExtMapId | External mapping ID of WLA | In case both IDs are provided, this one will be taken. |