Custom workflow for defect based on a role
2 answers
Comments
Steve,
a work item type can only have one general workflow. This means, you would have to use permissions to deny specific roles certain transitions like Alex suggests. You could use advisers (preconditions) as well, but that would be more complex than using permissions to change a state.
Can you be more specific about how to restrict what role is allowed to perform a particular transition? I don't see how to do this either from the web client or the eclipse client.
Please have a look at https://jazz.net/library/article/1093 Lab 3.
In the Web UI you can find the permissions to trigger a workflow action in:
Permissions>Work Items>Save Work Item>Trigger Workflow Action
Thanks for the quick replies. Is my understanding below correct?
But in the bigger picture, if what we actually want is that Defect Manager can disregard all transition rules and go from any state to any state, then we would have to set up transistions from ALL possible states - to ALL possible states, and then set enable/disable for the 'Trigger a workflow action' for every one of those for EACH role in the project.