Change defect to "In progress" on first changeset delivery
I want to change the state of a defect automatically to "In progress" as soon as the first changeset has been delivered. Is that possible?
|
One answer
there is no builtin function to do this..
separately.. wasn't it 'in progress' long before the changeset appeared? ie, wasn't someone working on it? (discovery and code creation and unit testing). our workflow requires the workitem move to Implemented state when the changeset is delivered. (after review, after in progress...) and the changset should not be delivered (to the shared stream) til AFTER the review is completed successfully. Comments
G Moehler
commented Dec 03 '12, 3:28 a.m.
sure - in order to check people are already working on it - but as a matter of fact most developers do not change the defect's state until they actually finish the implementation, which is when they set the defect to "relsolved".
|
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.
Comments
Our developers have asked for this same functionality as well.
Could this be done via a custom follow-up action tied to, say, the "Save Change Set Links and Comments" operation? The operation participant could iterate through all associated work items for a change set, find ones that are in "New" and switch them to "In progress".
it would have to be done via a custom followup as the system doesn't provide this function out of the box
can such a follow-up action be definedĀ in the process configuration, or do i need to code it in a plugin?
you will have to code a plugin.