If I'm creating a project where the different transitions would need to be controlled by different project specific roles (not groups), how do I go about it?
In essence, I'm wondering if it's possible at the Role level or better yet at the permission schema level to only allow "people in the validators Role" to press the "Assign" button or only "people in the developer role" to press the "in progress" button etc.)
It's even more flexible than that. Have a look at the "conditions" on the workflow transitions and you'll see two broad types - direct and indirect. Direct ones say things like "only people in role X can do this". Indirect ones say things like "only people with permission Y can do this" - they go through the permission schemes.
In fact, you're generally discouraged from using groups in conditions at all, roles are the better way to do it. Have a look at the built in workflows to see how they do it.
You do that in the workflow, on each transition you'll create/set a condition to only allow users in specific groups/roles to perform the transition. If they're not permitted, they won't see the button or dropdown option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.