The reopening is handled by an automation, so you need to check the audit log for that automation to determine why the ticket is not reopened when a comment is added.
You will need to review the WF that your Request Type (Issue Type) in place to determine if there is a transition step from CLOSED status back to the OPEN status. If not, then you will need to customize the workflow to include that step.
Afterward, you can use automation rule to trigger off from issue commented, and then in the conditions use to test for issue status and advanced comparison condition to test {{comment.internal}} equals to "false" (this is essentially testing if the comment is coming from the customer. Because if it is coming from the customer, then the comment will not be internal). Finally, create an action to transition the Closed issue back to Open.
Also, take a look at this KB article
https://support.atlassian.com/jira/kb/limit-customer-issue-reopening-to-x-days-after-resolution/
Hope this helps.
Best, Joseph Chung Yin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It appears we don't have any rules defined. Is there an article on setting up the required automation somewhere?
Thanks Guys
Kev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you look under Templates in Automations there is one under ITSM called "When a customer comments on a closed request → then reopen the request" that you can use as starting point.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agreed with @Mikael Sandberg suggestion. In addition to the validating the automation's audit log for possible issues. You may also want to check with the project admins to determine if any change was made to the automation for the project in question.
Best, Joseph Chung Yin
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.