Checking and changing work item status

4 answers

How can I check work item status from Java program for example if it is not "New" and change it to "Reopen".
Thank you
Apologies if I misunderstood your question, I assume you want to create a query from your Eclipse client?? If this is correct, I think you wanted this:
Create a new query. On the conditions tab, select Status as the attribute and the value to Reopened.
This is specific to the Eclipse Way workflow.
anthony

Hi
The following wiki page describes how to programmatically access and alter work item attributes: https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation .
There is also a section about plain java clients. Have a look at the various methods in IWorkItemClient, there are some to get the workflow info of a work item.
Regards
Marcel
Jazz Work Item team
The following wiki page describes how to programmatically access and alter work item attributes: https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation .
There is also a section about plain java clients. Have a look at the various methods in IWorkItemClient, there are some to get the workflow info of a work item.
Regards
Marcel
Jazz Work Item team