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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,508
Community Members
 
Community Events
184
Community Groups

Automation

I'd like to set up an automation for the following example:

If an issue type is created i want it automaticly to be set up with the priority "medium" (thats no problem and worked out well) 

 

Then i want there to be an automation that raises the priority to high after x weeks if nobody worked on it ( updated it) and automaticly raise to the highest after following x weeks. 

I tried it with a scheduled trigger: 

updated <= "-Xw" and priority = medium and status != DONE  + a cron to run daily. 

Didn't seem to work...

1 answer

0 votes
Rudy Holtkamp
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.
Aug 18, 2020

Hi @Peter ,

This should work (if X=3):

priority = medium and updated <= -3w and resolution is empty

So you might want to remove the quotes around -Xw.

image.pngAlso use 'Validate query' to check if your JQL returns something. Then use 5 minutes to trigger to see if things work, if so change it back to daily triggering.

Tip: If you use post-functions to set the resolution when an issue is done/rejected/duplicate then it is best-practice to use resolution in your JQL.

Thanks! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events