Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I use the created time of an issue as an event trigger?

dayselmg96
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 27, 2023

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

2 answers

0 votes
Dexter de Vera
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 27, 2023

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.

image.png

Add action to edit priority field.

image.png

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 27, 2023

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

https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events