User wants to have a function that can automatically transit issue status to next status when it's under a status for 5 days. For example, if an issue is Fixed for 5 days, then it can go to Closed automatically. I want to know if there's a way to do that.
Hi @Jason Liu
You can use Automation to do that. The trigger is a schedule and the JQL could be something like:
status = "resolved" and updated < -5d
And the action is to transition the issue.
Let me know how it goes,
KGM
Hi KGM, it's a plug-in right? We don't have it in our system. But we have JSU automation and I saw that maybe we could create a trigger through it. I have another question. Do you know if the trigger has influence or pressure to the system? Since the trigger requires us to create a service. And the service will have a daily checking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again @Jason Liu Automation is now part of Jira and Confluence but you might have to upgrade to a newer version. Not sure when it became integrated on Server.
I am sure the daily checking (i.e. the cadence, how often you run it) will affect performance of the server, yes. So you might not want to schedule heavy automation tasks to run too often.
HTH,
KGM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.