I creat many status "in process" , named A, B, C, D, E, F
After issue created,
I want to change the status automatically from todo to A after 24 hours issue created.
and from A to B after 48 hours issue created., from B to C after 36hours issue created....
How can I do to accomplish it?
Thanks first.
Hi @靳光光
I suggest an alternative and easy solution – try a third-party marketplace add-on such as SLA Time and Report for Jira.
You can configure SLA configuration with automation for status/priority/assignee change or customize notifications in one window.
Use the 30-day trial to see for yourself how it simplifies work. If you have any questions, I will be happy to answer (my team develops the app).
Hi @靳光光 ,
You can create the automation rules for this. Example like below.
You can update the JQL query condition as per the days.
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.
I just had an idea to do it with a deadline.
The deadline is 24 hours, change the status once it expires, and once again when it expires 24 hours.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For 48 hours-
Created>startofday(-2d) and created<startofday()
For 36 hour's-
Created>startofday(-36h) and created<startofday()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @靳光光 ,
Little change in the automation rule instead of create trigger you have to use the Schedule trigger and trigger it for every day
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.