Forums

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

Move Task from one Kanban Board to another when Status is updated

quteiba_alsalaa April 28, 2025

 

  • Yes, i'm using a company-managed project
  • And this is my KanbanBoardScreenshot 2025-04-28 084717.png
  • Here is an explanation again what i'm trying to do, i do have created the Tasks in Jira through an API from the SAP CALM and this works very well, here is an example about the task which i did createScreenshot 2025-04-28 084959.png
  • As you see, the task does have some information such as Description, Status -> the most important thing here is the Status, which is Done here
  • The update of the Task happen also through the API, then the Status changes from Status:Done to Status:Backlog -> but the Workflow here does not update i still get this task in the Kanban Column in Progress
  • I want to have the possibility to move Tasks from on Kanban Board to another, right now i can not do that, so how can i trigger the Status from the Description (not the Drown Down Menu), are my tasks clea?
  • please provide for me a specific steps, what should i do, if this possible or not, i tried a lot and i really appreciate it to have a specific answer with a clear steps :)

Thanks in Advanced, if you need something, please let me know:

Best wishes

1 answer

0 votes
David Berclaz _Apwide_
Community Champion
April 28, 2025

Hi @quteiba_alsalaa

Welcome to the community and thanks for your question.

To display your work item in another column, you must update the status of your work item. You can do that based on the work item description using a Jira Automation rule:

  • Trigger: Field value changed (Description)
  • Action: Create Variable to define "parsedStatus" = {{issue.description.match("Status: (.*)")}}
  • Condition: Check if the variable is not empty
  • Action: Transition issue to the corresponding status

Let me know if it helps,

David

quteiba_alsalaa April 28, 2025

Thanks for your reply, i just documented what i did regarding to your steps. I was hoping to do it correctly, anyway i did missed it up, i mean the issues are not moving after the issue has been update, here is the documentation for the steps with pictures:

 

  • Bild1.png
  • Bild2.png
  • Bild3.png
  • Bild4.png

could you please let me know what i'm doing wrong?

quteiba_alsalaa April 29, 2025
David Berclaz _Apwide_
Community Champion
April 30, 2025

Hi @quteiba_alsalaa

In order to troubleshoot your rule, refer to the Debug an automation rule documentation article.

You may need to add some Log action in your rule, in order to understand where the issue comes from.

Good luck and feel free to attach debugging screenshots if needed,

David

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events