Forums

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

How to Automatically Change Issue Status on Due Date Using Jira Automation?

Flávio Martendal
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 22, 2025

Hi everyone,

I'm trying to automatically change the issue status when the due date is reached.
For example: if the due date is 07/23/25, I want the status to change to "Renew License" on that day.

I'm attempting to set this up using Jira Automation, but I'm not sure how to configure it correctly.

Any help or guidance would be greatly appreciated!

Thanks in advance!

1 answer

1 accepted

4 votes
Answer accepted
Walter Buggenhout
Community Champion
July 22, 2025

Hi @Flávio Martendal and welcome to the Community!

I would set up an automation rule with a scheduled trigger. In that trigger, you can then add a JQL filter that looks up all work items with a due date on that day. It is probably also not a bad idea to include a status reference in your filter as well, e.g.:

due > startOfDay() AND due < endOfDay AND status = Active

Then, add an action of type transition work item where you specify the target status.

This transition will then be applied to every work item returned by the filter in your trigger.

Note: there must be a transition in your workflow that allows you to go from the current status into the desired target status. If that is not the case, the transition will fail.

Hope this helps!

Flávio Martendal
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 23, 2025

Hi @Walter Buggenhout 

Tks so much for your guidance!

With your help, I was able to successfully set up the automation rule.  It worked perfectly, and now the issue status updates automatically on the due date just as I needed.

I really appreciate your support and the warm welcome to the Community!

Best regards,

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events