Hi
I have project where i have main issue. When user click IN PROGRESS then there is one sub-task and 2 another ticket into another Jira project. Relates to issue link between main ticket and another project tickets.
Now when Relates to and sub-task status is Closed, how i should write automation what close main ticket also?
WHEN Issue transitioned to Closed
IF Issue Type equals Sub-task
For Parent
IF Sub-task match status = closed
Then Transition the issue to Closed
but how i should add relates to issues into this ?