When an issue has been created, we send it it an "In Review" state. We have a defined number of reviewers who have the Reviewer project role.
When a developer changes the state of an issue I'll use a workflow transition screen to pop up and I'd like the available list of assignees to be only those in the Reviewer role. Is this possible?
Currently I'm using a workflow function to check that a person is in the Reviewer role and that they have permission to execute the next step to "Reviewed". The problem with this is if a developer assigns the task to someone who isn't in the Reviwer role, then the issue reaches a dead end. I'd like to do the check before the issue is assigned from "Open" to "In Review".
Hi Greg,
I believe that you may control the list of assignable users by using workflow properties. Kindly review the following documentation for more details on workflow properties:
- Workflow Properties
I also found the following documentation which contains some useful examples:
- http://www.j-tricks.com/1/post/2011/02/permissions-based-on-workflow-status.html
Hope that this helps!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.