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: 

allow edtion only for some issue state

alvarez valentin
March 3, 2016

Hi everyone,

 

I would like to know if is possible to allow issue edition only for some issue state? The goal is to allow modifications to issue only when it's in specific state.

Currently I know authorization are setable for group... role but but for workflow state ?

 

Best,

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

4 votes
Answer accepted
Georges Moubarak
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.
March 3, 2016

Hi @alvarez valentin,

You can do it using workflow properties. On each status were you don't want users to edit the ticket you can add the following property:

jira.permission.edit=denied

or if you want to allow only a group to edit the ticket, you can use:

 jira.permission.edit.group=some-group


0 votes
alvarez valentin
March 3, 2016

Thank you @Georges Moubarak,

I try your solution but it more "jira.issue.editable" = true or false finaly smile

You gave me a very helpful assistance thank you Clin d’œil wink