Forums

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

Why doesn't the jira.issue.editable work on the status 'closed' when having resolution screen?

Malin
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!
March 15, 2021

I have previously used jira.issue.editable - false to stop comments after it's been transitioned to the 'done' status.

But after changing to the 'closed' status in the workflow with a 'resolution screen' (code, declined, etc.), the same property to the status 'closed' doesn't remove the comment field as it did for the status 'done' without the resolution screen.

Does anyone know how to remove the possibility to comment from a closed issue that has a resolution screen?

I have tried both:

jira.permission.comment.user - false and denied

jira.issue.editable - false 

 

1 answer

0 votes
Walter Buggenhout
Community Champion
March 15, 2021

Hi @Malin,

The properties you set apply to the status your issue is in and not on the transition towards that status. So once an issue has moved to the Done status, the combination of the properties below should disable edit and comment functionality from the issue itself (as you rightfully point out):

  • jira.issue.editable / false
  • jira.permission.comment.user / denied

To prevent your users from running the transition to the closed status again and thus activating the resolution dialog screen, you could add a condition to your workflow on the transition to done, so that it is no longer available from the done status. This example uses a value field condition on the status field:

Screenshot 2021-03-15 at 11.13.15.png

Hope this helps!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events