Forums

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

Make issue immutable in closed state except for group x

Alexander Burk November 27, 2019

Hey there,

we have a simple request but the implementation seems to be more complicated than it should.

  • we want to block ANY action on issues, that are in status 'Closed' including comments, creating sub-tasks, links, attachments, ...
  • group jira-administrators should still be able to modify
  • there is a transition with a condition that reopens the issue

Basically I configure a set of status properties (see below).
jira.issue.editable = false cannot be used, because jira-admins won't be able to update issues which is needed for maintenance reasons.
jira.permission.edit.group = jira-administrators is used, but then "Create sub-task" is still possible. This can be hidden with script runners script fragment Hide system or plugin UI element. But if anyone knows the url to create a sub-task for an issue, he is still able to do that because the functionality was not disabled.

So the question is, is there really no clean and simple way to block actions on a closed issue?

2019-11-27_09h42_35.png

 

Thanks for your support

0 answers

Suggest an answer

Log in or Sign up to answer