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.