I want to create an automation rule to update the issues priority some time after their creation.
For example if an use was created with a low priority I want it to automatically switch to medium after 3 weeks
Hi @dayselmg96 ,
You can create scheduled automation, set it per week And run a JQL search like this.
priority = Low AND created <= -3w order by created DESC
ei.
Scheduled : Per 1 week every Monday 9PM
This will check all created tickets older than 3weeks.
Add action to edit priority field.
Hi @dayselmg96 -- Welcome to the Atlassian Community!
No, you cannot use the created time of an issue as an event trigger.
Instead rules can use a Scheduled trigger, with JQL on the relevant issues' fields (such as created) to do what you ask.
Please look here to learn about that trigger and JQL to get you started on creating your rule:
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Scheduled
Kind regards,
Bill
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.