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.
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.
Hello @Ben Greene ,
Can you show the rest of the workflow so we can see what might be missing?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
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.