I want to Automate the transition of the Task based on the status of the Subtask having least status value in Kanbanboard. ( Planning | Developing | Testing | Deploying )
Example - In Kanbanboard if my Epic has two subtask A & B
A is at stage Planning with status (Planning)
B is at stage Developing with status (Developing)
Then my Task should show the status as Planning
I tried to solve this by setting up numbers to each stages in customize field (WorkFlowId) and then compare with least value in automation, I succeed by comparing
if Parent - workFlowID < Trigger - workFlowID
but at transition of parent show only two values 'Copy from Parent' or 'Copy from Trigger issue' . How can I compare the values of two subtask in a Branch Parent and do Transition of Parent
Hi @Puneet Mehresh -- Welcome to the Atlassian Community!
One way to do this is with an automation rule, gathering the subtasks for the parent issue, and then progressively checking for any in each step of your flow.
For example:
To get you started on creating your rule, please review this documentation and examples:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.