Forums

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

How can I stop a Role from editing an issue when in a certain status

Stephen Burke
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!
July 11, 2018

I have been trying to limit editing permissions according to the page https://confluence.atlassian.com/jirakb/how-to-limit-editing-permission-to-certain-groups-for-a-particular-issue-status-802171723.html.

when I try it with a role the blocked role cannot see the issue at all and gets an error.

I must admit I have not completely understood the Property value and why it is different from the jira.permission.edit.group.1

Can someone explain this to me ?

thanks

1 answer

2 votes
Alexey Matveev
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.
July 11, 2018

Hello,

jira.permission.edit.group.1 gives the edit permission to a group, not to a role. If you want to let a role edit an issue, then you should use:

jira.permission.edit.projectrole.1=10000

10000 is the id of the project role. You can find more info here:

https://www.j-tricks.com/tutorials/permissions-based-on-workflow-status

And this property does not stop a role from editing. On the contrary, it lets a role to edit an issue. You should enumerate roles, which can edit an issue:

 jira.permission.edit.projectrole.1=10000

jira.permission.edit.projectrole.2=10001

Suggest an answer

Log in or Sign up to answer