Hi Community,
How can i apply the automation for automatically close the ticket that was resolved for about 3days.
Thanks in advance.
Hello @Rodriguez, Jhon Ronald ,
If you are using a jira service management project, the best way to do this is to create an SLA computing the time since when your issue is resolved, and to use its value in an automation rule.
For your automation rule, I recommend the "Planned" trigger that you start once a day, which searches issues for which the SLA is running for more than 3 days with the following JQL :
"Name of your SLA" > elapsed(72h)
Let me know if it helps,
Guilhem
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.