Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Increase priority when it is near due

Sébastien OZANNE April 12, 2025

Hello,

I would like to increase the priority of issues whose due date is less than or equal to 3 days.

We have only set 3 priority levels: Highest, High and Low.

So I'd like to go from :

  • Low to High
  • High to Highest

Thanks for your help.

1 answer

4 votes
Jack Brickey
Community Champion
April 12, 2025

Hi @Sébastien OZANNE , you can use automation for this. You would set up a a scheduled rule that would run daily. In that schedule component use JQL to return all issues that are due within three days. Then use if/else to raise the priority.

here is a quick example.

IMG_5544.jpeg

Jack Brickey
Community Champion
April 12, 2025

And by the way, I note that you are on premium tier. As such do you have access to AI capabilities there is an AI function within automation that you can use plain language to create automation rules. You may need to tweak it a bit after it is created, but it is really an excellent tool for automation. I encourage you to give it a try.

Like Dick likes this
Sébastien OZANNE April 15, 2025

Hello Jack,

Thanks a lot for your help/reply.

The problem is that I removed Lowest (5) and Medium (3) statuses so I cannot add +1 to increase priority.

👉 Do you see what I mean ?

Sébastien OZANNE April 15, 2025

I replied too quickly, sorry. What you did seems perfect.

Currently trying.

Sébastien OZANNE April 15, 2025

I did not succeed to implement my automation like you.

I do not have IF branch

image.png

Sébastien OZANNE April 15, 2025

It is OK, I succeed to do what you did. My bad.

I use thise JQL query :

duedate <= 3d AND priority IN (Low, High) AND statusCategory != Done

❌ 1 issue found, I run the automation manually but nothing happens.

image.png

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events