How to set values in Workitem List attribute using server API
Hi,
I am Using CLM 5.0.1
I am able to access and set work item list attribute value using server java API.
But if attribute of type work item list is already having some work items and i need to add one more work item in it using server java API. How to do it?
Any idea??
|
Accepted answer
I've recently done that (in CLM 6.0.3), it is straightforward.
Basically, these are the steps:
Just retrieve the work item you want to add to the list.
Pallavi Deore selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered May 29 '18, 8:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited May 29 '18, 8:28 a.m. The server API works exactly like the client API in most of the areas. Here how to save in the server API: https://rsjazz.wordpress.com/2012/07/31/rtc-update-parent-duration-estimation-and-effort-participant/
|
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.