Hi
I want to process the Parent issue when the child issue is transtitioned, across Projects, using the 'linked issue type' relationship with cloud JIRA automation.
I have existing automation that creates a new issue in another project when the parent is set to 'ready for dev'
As part of this it sets the created issue as the Child of the Trigger issue via a 'linked issue' relationship.
this works fine.
But I would like to close the Parent issue when the child is transtioned to done (for example)
but seems that the branch for linked issues on cloud relies on the 'Parent' field and not the 'link type' relationship.
As my relationship spans across projects - I can't use sub-task
for the same reason - I also can;t use 'Story'
I can lookup the Parent using JQL and return the Key - but there doesnt appear to be a branch option in cloud to do propcessing on issues returned via JQL
perhaps I'm missing something simple?
Seems that in Cloud is using the new 'Parent Field' tather than the issue link relationships for defining Parent/Child used in the branch automation.