I have created a workflow which has the flow as in the picture
I have used an add-on (Add Issue on Transition) which automatically creates 4 sub-tasks as soon as Issue is created. Also, Issue Management(IM) has a ALL transition.
I have added the following conditions:
Hide From User Condition - On Transition 2,3,4 and 5
Sub-Task Blocking Condition - On Transition 7,11,6,13 and 10
User Is In Any Project Role - On Transition 14.
Expected Output:
As soon as Issue is created 4 sub-tasks should be created. Also, user should only see the option of Issue Management and has to complete all sub-tasks. After completing all sub-tasks User should only see transition 6 (Validation team). (Working as expected until here)
The Problem is when user clicks on any subtask flow - the only option he sees is transition 6 (Validation team).
Expectation: Each sub-task should has its unique flow once the user clicks it and should show only one next status.
Eg: When User clicks 4, he should have options 9 or IM, If he clicks 9, he should see 12 and IM, if he clicks 12 THEN he should see 13.
HELP ANYONE??