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