Updating an existing workitem using plain java api
![]()
Hi,
I need to update an existing workitem. I can get the workitem using its id, but how to proceed further. Thanks, Sudipto |
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Sep 01 '15, 10:36 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Sep 01 '15, 10:37 a.m.
Please start here:
The posts link to a lot of other examples including how to update work items.
You should use a WorkItemOperation as explained in the second post.
Comments Hi Ralph,
|