API to set user's information Allocation(%), Allocation Dates of "Work Environment" section
API to set user's information Allocation(%), Allocation Dates of "Work Environment" section
|
One answer
You should use server and/or client APIs in to com.ibm.team.apt.* internal packages.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Have you ever found the answer?
I need a REST API Put function for writting workallocation to a contributor.
I have examples for the Java API. I will blog about it, if I can find the time to.
Ok Ralph, thanks.
But this should be a REST-API, because exactly such information you have normally (in larger enterprises with matrix organisation) in a resource management tool outside jazz, where department heads are planning their staff. So this external systems like to write the work allocations into Jazz.
Of course we can write a server side service based on the API and import this values...
I will write an RFE to provide a REST API to write this data. Reading the data is already available over REST.
I wrote a CLIENT side integration similar to the Scheduled Absence Tool, Guido.