The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Set user permissions for a specific issue type for a project?

Matthew Leong
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 3, 2016

I want to restrict the number of possible actions for a certain issue type so not everyone can tamper with issue contents.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
October 3, 2016

JIRA is permissive rather than restrictive (with one exception).  You don't set it up so that people are stopped from doing things, you set it up so that they have to be allowed to do it.

For issue edits, have a look at the permission scheme for the project.  That lets you say "only people who match this rule can edit the issue".  It is done at a project level though, not issue type.  If I have edit in project X, I can edit all the issue types.

For issue transitions you have more flexibility.  A transition can be protected with a "Condition".  So we can do things like "to go from open to in-progress, a user must be in the role of developer in the project".  That's done in the workflow though, and you can set issue types to use different workflows.  So a bug might have that developer condition, but a story might be "only project admins"