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 4 Next »

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
ParameterDescriptionRemarks
projectKeyProject key.
  • If empty, all existing WLA of WLA Type "PROJECT" will be returned.

 

Assign WLA to project.

Example (Method POST)

https://example.com/myjira/rest/icbiz/1.0/wla/projectAssigned?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)

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.

 

 

 

 

 

  • No labels