Permission based state in workflow
Hi,
I'm developing a workflow, which will be somewhat customized version of out of the box defect workflow in RTC. I have the workflow setup already but I'd like to add permission to certain states.
For example, the defect can be set to "Resolved" or "In Progress" by the individual that it's assigned to. Or, it can be changed to "Verified" state only by the original user who created the defect work item. Can this sort of permission be assigned to work item states? If so, how do I do it?
Accepted answer
This functionality is requested in work item Add special "owner" and "creator" roles, that specifies what the "owner" and "creator" respectively of an object can do to the object (88779)
This work item is not currently scheduled for implementation, so you'll want to vote it up if you are interested in it getting done. Until that is implemented, you would need to implement your own custom Operation Behavior pre-condition to achieve this effect.
This work item is not currently scheduled for implementation, so you'll want to vote it up if you are interested in it getting done. Until that is implemented, you would need to implement your own custom Operation Behavior pre-condition to achieve this effect.