Change workItem state with PlainJazzAPI
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
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