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

Automate Workflow Progression Based Off Due Dates

Hi y'all!

My company is working on a marketing CSV/workflow to be able to pull whenever we start a new marketing project. Since a lot of the issues/sub-tasks will be repeating monthly, we have multiple issues/sub-tasks repeated for each month, i.e. November Email Content, December Email Content, etc.

 

Is there a way to automate it that if it is imported with a due date, the task will automatically move to the "To-Do" column when it is i.e. 7 days out from the due date?

 

It looks like you can do it on Trello via Due Date Commands but I couldn't seem to find the same thing for Jira. Please let me know! Thank you!

1 answer

1 accepted

1 vote
Answer accepted
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 17, 2020

Hi Julia - Welcome to the Atlassian Community!

You can certainly do that with an Automation For Jira rule. 

You would start with a Scheduled trigger to run each 1 day

Then base it on JQL - something like Project = ABC and duedate > startOfDay(7d)

Then add a New Action for Transition issue to move it to the To Do status. 

Hi John - Thank you so much! That solves it, I think. 

Thanks John!!

I took your answer and modified it to the following,

 

Project = ABC AND due <= 7d AND status != Done

and

Project = ABC AND due >= startOfDay(7d) AND due <= startOfDay(30d) AND status != Done

To run automation rules to check the tickets daily, then flow on from this component to an email and priority changing process.  

Like John Funk likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events