Hi
I would like to prevent agents from reopening tickets in the JSD project. Is this possible? If so, how?
thx,
E.
Hello @Emilia KASPRZYK ,
1. From the workflow (of Task) -> Remove the transition to re-open,
2. Add a restriction in above transitions https://support.atlassian.com/jira-software-cloud/docs/group-workflow-rules-to-further-restrict-your-transitions/
3. Add workflow properties to restrict transition from STATUS A -> something else - https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/
@Piyush Annadate _ACE Pune_ thank you.
I managed effortlessly by following your tips ;) and you even inspired me to make a few new settings, which I found the team welcomed 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If reopening of the task is triggered by a comment rather than a workflow transition, you might want to review your automation rules. Consider excluding those actions for issues in a status within the "Done" category to prevent automatic reopening.
You can also introduce a final status, like "Closed", and set strict workflow properties to prevent further changes:
Add a transition from “Resolved” → “Closed”
In the Closed status, add the following workflow properties:
jira.issue.editable = false to p
revent any further edits to the issue.
This approach is great for preventing endless comment threads or reopening old tickets months later when the customer actually has a new request.
For user clarity, you can configure an automation rule on that “Resolved → Closed” transition to post a final comment like:
“This ticket is now closed. For any new issues, please create a separate ticket and reference this one if needed.”
This helps educate users and keeps your queues clean.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Lucas Modzelewski _Lumo_ That advice with the customer comment great, I hadn't thought of that. 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.