Forums

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

Move workitem if no update in 3 days

Ben Greene
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 6, 2026

Hi, I am working with a Kanban space and want to setup automation to move workitems if they have not been moved to a different column after 3 days.

I made the below automation to test out doing this, and just add a comment for now.

The flow does look to run without error but it never adds a comment.

I have created custom columns in my board, ideally I'd like the rule to move the workitem to one of those columns based off the column it was previously sitting in.

Screenshot 2026-08-06 173814.png

2 answers

1 vote
Trudy P Claspill
Community Champion
August 6, 2026

Hello @Ben Greene 

To move the items from one column to another in a board you need to change the status of the item. In an Automation Flow that means using the Transition Work Item action.

Let us say your statuses are A, B, C, and D.

Let us say you want the work item to transition thus:

If current status is A, then transition to B.
Else-if current status is B, then transition to C.
Else-if current status is C, then transition to D

For that you need to use the IF-Else Condition block

https://support.atlassian.com/cloud-automation/docs/jira-automation-conditions/#If-else-block

Review the documentation on those items and then let us know if you have more questions.

0 votes
Alan Bruce
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 Champions.
August 6, 2026

Hello @Ben Greene ,

Can you show the rest of the workflow so we can see what might be missing?

Ben Greene
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 6, 2026

Here is the rest

Ben Greene
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 6, 2026
Varsha Joshi
Community Champion
August 6, 2026

I would have that automation send you an email for testing purposes. You can if it is doing anything. Also do you see any warning in the audit log?

 

Alan Bruce
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 Champions.
August 7, 2026

@Ben Greene  - Here is what I would do for now

  • Uncheck the 'Prevent duplicates' checkbox. 
  • Click the 'Validate query' option under your JQL
    • Does it return anything? If there is nothing then nothing else happens with this rule
    • If it does return ticket numbers, Save the automation and then run the rule manually by going to the 3 ellipses next to the 'Return to rule' in the top right corner

sidenote - are you testing this in a sandbox or production environment? If you are doing this in Production, I would remove the 'Add a comment' action and replace with 'Log Action'. This way you are not updating live tickets while 'testing' the automation.

Follow @Trudy P Claspill 's response for the rest of the automation.

Good Luck!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events