It's all about the answers!

Ask a question

Change workItem state with PlainJazzAPI


Michele Pegoraro (1.8k14118103) | asked May 20 '09, 6:09 a.m.
I've read here on the forum that to change a WorkItem status I have to use a method from IWorkItemServer class. This class belongs to com.ibm.team.workitem.server package that it doesn't appear in Plain Java API. Is it correct? Is there another way to run an action to change work item state?

2 answers



permanent link
Patrick Streule (4.9k21) | answered May 24 '09, 6:39 a.m.
JAZZ DEVELOPER
I've read here on the forum that to change a WorkItem status I have to
use a method from IWorkItemServer class. This class belongs to
com.ibm.team.workitem.server package that it doesn't appear in Plain
Java API. Is it correct? Is there another way to run an action to
change work item state?

On the client, you need to use IWorkItemClient, which has the same methods
as IWorkItemServer (it's counterpart on the server side).

--
Regards,
Patrick
Jazz Work Item Team

permanent link
Patrick Streule (4.9k21) | answered May 24 '09, 6:55 a.m.
JAZZ DEVELOPER
On the client, you need to use IWorkItemClient, which has the same methods as IWorkItemServer (it's counterpart on the server side).

--
Regards,
Patrick
Jazz Work Item Team

Your answer


Register or to post 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.