Dear community,
I have created a workflow for our company that includes that the ticket status at the end can be "canceled" and "done". At the very end I have added a status that is called "closed". All tickets that are either "canceled" or "done" for a week should go here. Now I would like to define an automation rule that moves all tickets in "canceled" and "done" to the status "closed" after one week. Unfortunately I am totally overwhelmed and don't know how to define such a rule.
I am very glad to get some feedback.
Many greetings
Stefan
Hi @Stefan Speck, I would recommend setting up the following:
Trigger:
Actions:
You could also add some conditions between the trigger and the action in order to restrict the rule down to a particular set of issues.
I hope this helps!
In addition to @Callum Carlile _Automation Consultants_
We are using SLA's to monitor this change and trigger the automation on the expiration of the SLA. The added benefit of that is that you can check the status of the SLA and send reminders to the customer before the expiration.
For example, we have a status Waiting for Customer. When the issue has that status for a week, we transfer it to Resolved. After 3 more days, it is Closed
We update the customer after 3 days of Waiting for Customer to remind them that we are waiting on them. We then send a reminder the day before the transition to allow them a change to reply.
After 2 days of being Resolved, the issue is then Closed and locked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Callum Carlile _Automation Consultants_
@Paul Wiggers
Thanks for all the information, it really helps me a lot!
Best regards, Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To supplement what @Callum Carlile _Automation Consultants_ and @Paul Wiggers suggested, you can setup a scheduled automation rule using the Callum's JQL query to identify your issues and move them to "Closed" status.
A few important things that you need to have before the setup -
1) Your WF for your project(s) and all affected issue types' WF must have the necessary transition into the CLOSED status (from Canceled/Done status).
2) You need to ensure that the resolution field is properly populated when moving to CLOSED.
3) The rule actor must have the permission to conduct the issue transition for your project.
4) If this rule is only affecting one project, then you don't need to make the rule GLOBAL, it is because if it is a GLOBAL rule, then it's executions will be counted against your automation rule execution count limits which is 500 execution for Standard subscription.
You can refer to the following page for subscription plans details (there is a row call-out for Automation) - https://support.atlassian.com/jira-cloud-administration/docs/explore-jira-cloud-plans/
Hope this also helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
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.
As a simple alternative, you can try the SLA Time and Report for Jira add-on (developed by my team).
For the Start condition, set the one Status you want to change, and for the Stop, set the Status you which will replace the previous one.
To the SLA time goal, set the trigger in 5 minutes and select the action "Change the Status to " the Same Status as for the Stop condition.
That's all. It should work. You can add conditions, such as issue type, to make the automation work for a more specific list of tasks.
Take a 30-day trial to see how it works for you.
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.