Versions Compared

Key

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

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

WLA

...

 

Assign WLA to project.

Example (Method POST)

...

.

...

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.