Automatically move issues from one column to another

Fabio Rodrigues Oliveira May 5, 2022

Hello all,

 

I'd like to change an item's transition/status as per date, i.e. (If "Start Date-Custom Field" is = today, then move from "To-do"  to "In progress"

 

Tks in advance

2 answers

1 accepted

4 votes
Answer accepted
Alberto Salvante
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.
May 5, 2022

Hi Fabio,

you can do it with Automation, something like this:

Screenshot 2022-05-05 at 15.23.31.png

In condition you have to define the start date condition.
In action you need to choose the transition for the issue.

Hope it helps. 

Best,
Alberto

Fabio Rodrigues Oliveira May 5, 2022

Hi Alberto,

Tks for the answer!

Question: When I set the Specific date, does it change as the day advance? i.e. Today is 2022-05-05, tomorrow will change automatically to 2022-05-06?

Alberto Salvante
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.
May 5, 2022

Hi Fabio,

No it doesn't.
For your purpose I think you should the JQL condition, in the condition options, and then use something like this: "Start date" = startOfDay()

Best,
Alberto

1 vote
Fabio Rodrigues Oliveira May 5, 2022

Wow Alberto.

It's seems magic! Works perfectly. Thank you so much!

Suggest an answer

Log in or Sign up to answer