How do I disable reporter comments for a particular status?

Jarrod Mochnick October 19, 2017

We recently implemented an automation rule that moves tickets on the "Resolved" status to "Closed" after 72 hours being on "Resolved". We want users to create a new ticket if it's marked as Closed. How can we prevent users from commenting on Closed tickets? I've looked into property values such as jira.properties.comment.reporter=denied, but when I did something similar it caused the entire issue to be unable to be viewed. Any ideas?

1 answer

1 vote
Brian Jones
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 19, 2017

Try adding this to the issues Closed status property in the workflow.

jira.issue.editable

and set it's value to false

Suggest an answer

Log in or Sign up to answer