(6●3●2)
Feb 17 '10, 7:41 a.m.
I would like to change status during an action
for example
I'm in state New
with action assign the new state change with condition
if attrib A = 0 the state = Close
if A =1 the state = in progress
can I set code for an action?
thanks
Comments
Brandon Urban
Jan 09 '15, 4:43 p.m.I am also looking for a way to accomplish this. We have a defect work item that has a defect type field, and if it is a unit test, we want it to become closed once the developer moves it to the "Passed Assembly Test" state instead of moving on to "Ready for System Test". We do not want to have a "Close" option at this state to show up if it is not a unit test defect. Is this possible?