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 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 |
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
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.