Versions Compared

Key

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

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)

Code Block
https://example.com/myjira/rest/icbiz/1.0/wla/activityTypeAssigned?activityTypeId=3
ParameterDescriptionRemarks
projectKeyProject key.
  • If empty, all existing WLA of WLA Type "PROJECT" will be returned.

 Example Call

Assign WLA to project.

Example (Method POST)

Code Block
https://example.com/myjira/rest/icbiz/1.0/activitytypewla/listprojectAssigned?projectKey=ABC&wlaId=5
ParameterDescriptionRemarks
projectKeyProject key. 
wlaIdWLA ID 
wlaExtMapIdExternal mapping ID of WLAIn 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
ParameterDescriptionRemarks
projectKeyProject key. 
wlaIdWLA ID 
wlaExtMapIdExternal mapping ID of WLAIn case both IDs are provided, this one will be taken.