Is there a way to automate Work Item state changes OOTB?
Hi Everyone,
Right now we are at RTC 4.0.3, we attempt to run a Work Item query against defects. The query results show defects that are ready to be moved to the next transition state.
Right now we are at RTC 4.0.3, we attempt to run a Work Item query against defects. The query results show defects that are ready to be moved to the next transition state.
Accepted answer
there is no 'tool' provided to do these kinds of operations..
there are API's both java and REST that can be used to create tools like this.
there are 'quick' ways to do some things..
in eclipse, query all the workitems in a specific state. make sure to show the status column it the results table,
then select all rows, and right click on the status column and select change status
you can change up to 1000 workitems at a time
(each column will have it supported operation)
there are API's both java and REST that can be used to create tools like this.
there are 'quick' ways to do some things..
in eclipse, query all the workitems in a specific state. make sure to show the status column it the results table,
then select all rows, and right click on the status column and select change status
you can change up to 1000 workitems at a time
(each column will have it supported operation)