Forums

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

How to move a task from ToDo to Doing based on Due Date?

Harry Klein
Contributor
March 10, 2022

I want to automatically move Tasks in ToDo to Doing if the Task Due date is 2 weeks from today.

I created this automation, but it's not working. Any thoughts why?

(I'm thinking I need to name my ToDo column Backlog and then move Tasks with Due dates 2 weeks from today to ToDo so I don't clutter my Doing list.)

Thanks in advance for any and all assistance.

Harry

Jira automation transition to doing based on due date.png

2 answers

2 accepted

1 vote
Answer accepted
Piyush A (STR)
Community Champion
March 10, 2022

Hi,

You can create a Scheduled trigger with Automation For Jira. Have it run daily (every one days).

Then use the JQL Condition for the due date query.

Then New Action for Transition issue to required status

Harry Klein
Contributor
March 10, 2022

Thanks @Piyush A (STR)

I'll try that. This is my first time writing a JQL Condition in Jira (or anywhere honestly). 

Will Basic work or do I need to run Advanced?

Thanks,

Harry

Piyush A (STR)
Community Champion
March 10, 2022

Hi,

 advanced here - 

Status in (To Do) and duedate >= now() AND duedate <= endOfDay("+14")
Like Harry Klein likes this
1 vote
Answer accepted
Ravi Sagar _Sparxsys_
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.
March 10, 2022

Hi @Harry Klein 

Your rule's trigger is issue created so it will only run once.

What you need is scheduled trigger.

Ravi

Harry Klein
Contributor
March 10, 2022

Thanks @Ravi Sagar _Sparxsys_ I'm looking into that now.

Suggest an answer

Log in or Sign up to answer