Get a list of WLA assignable or assigned to a project.
Assign Work Log Attribute (WLA) to project.
Remove Work Log Attribute (WLA) from project.
icbiz JavaDoc
For details, refer to http://www.interconcepticoncept.de/bizdoc/de/iconcept/icbiz/rest/WlaRestRes.html.
ictime Documentation
For ictime documentation, refer to Work Log Attributes (WLA).
Get a list of WLA assignable or assigned to a project.
...
Example (Method GET)
Code Block |
---|
https://example.com/myjira/rest/icbiz/1.0/wla/projectAssigned?projectKey=ABC |
...
Assign WLA to project.
Example (Method POST)
...
.
...
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)
Code Block |
---|
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. |