Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Allow Reopen, but not on a Closed issue - Possible

Dave_Harrington
Contributor
March 24, 2016

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:

  • Create an issue
  • Reopen a Resolved issue
  • Close an issue

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.

 

2 answers

1 accepted

0 votes
Answer accepted
John Pfotzer
Contributor
March 24, 2016

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.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2016

Yes, it's the workflow.  You need one that has transitions:

  • Resolved  -> Closed
  • Resolved -> Reopened (or open, or whatever)
  • Resolved (and others?) -> Closed

Note the lack of "Closed -> Reopened"

Check through the "conditions" on each transition too, to make sure they work for your permissions.

Dave_Harrington
Contributor
March 25, 2016

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.

Suggest an answer

Log in or Sign up to answer