You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
One problem my software team has struggled with is how to allow user's within the Jira to view customer requirements without the ability to edit them. We have not been able to figure out how to set a group called jira-developers to view an issue type named customer requirements without being able to edit those issue types. We only want our jira-administrators group to be able to edit that issue type.
To our knowledge there is no way to give a user group read only access to specific issue types. It seems that you can give read only to all issue types or none of them.
Does anyone know if it is possible to allow read only access to specific issue types in Jira?
You can do this, but it is a little obscure. At the heart of this trick is "different workflows".
Let us assume a very simple case -
So,
jira.permission.edit.group=jira-administrators
would limit issue edit to the jira-administrators group when the issue is in that status.You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use an issue security scheme. The downside is, since you only want certain issue types controlled you can't apply the scheme to the project because it will hit every issue type. So you'll need to have the creator apply the issue scheme at creation time. There may be a solution with scripting. I don't use that so I can't help there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you saying at project creation or issue type creation.
If issue type creation what if I wanted this level of security on user story issue types?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.