It's all about the answers!

Ask a question

Updating an existing workitem using plain java api


Sudipto Sarkar (63842) | asked Sep 01 '15, 10:12 a.m.
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



permanent link
Ralph Schoon (62.3k33643) | 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
Sudipto Sarkar commented Sep 02 '15, 9:14 a.m.

Hi Ralph,

 I tried with the solution posted by you. But while running, I am getting following error:
Exception in thread "main" com.ibm.team.repository.common.internal.ImmutablePropertyException

Am i missing sth?

Sudipto

Your answer


Register or to post your answer.