I've got a feeling this is going to require tweaking a workflow, but... We have a project where a dfined group of users have limited roles.
We want that group to be able to:
But, we don't want them to be able to Reopen a Closed issue.
I don't see anything in the Permission Scheme that appears to support this. Any help would be appreciated. Thanks.
You might want to make a change in the workflow, in a post function that only a certain group has authority to reopen a closed issue.
Yes, it's the workflow. You need one that has transitions:
Note the lack of "Closed -> Reopened"
Check through the "conditions" on each transition too, to make sure they work for your permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked - although, I did need to create a new transition (called it ReOpen Closed) with a condition that allowed all "regular" users - those that are not a member of the restricted project role.
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.