You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello,
So I have created a Board with some lists. Three of which are "To Do", "Doing" and "Done".
I am trying to find a way to automate the "To Do" list. More specifically when the due date on a card on the to-do list has come I wanted to go automatically on the Doing list.
I've tried some automation but haven't succeded yet. Any ideas?
Thank you in advance.
Odysseas
Hi Odysseas,
You can try to create a rule via Butler with the following configurations:
Please let me know if it works for you.
Hi Odysseas,
Do you want to transition issues when Due Date field value equals today's date?
If so, you can create a rule with Scheduled trigger that checks JQL: duedate = now(). This JQL query returns a list of issues with today's Due Date.
Here's the example:
Please let me know if you have further questions regarding this.
UPD. My bad, for some reasons I thought that this question is related to Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.