So Iam tying to log the stories that are linked to a bug , when link is broken between bug and story
So there is Bug 1 and there are three stories story 1 , story 2 and story 3
I am deleting link story 3 from Bug 1
and iam using a jql to fetch issues using lookupIssue linked to the Bug 1 with JQL
issue in linkedIssues({{issue.key}}, "relates to") And issueType = Story
I was expecting to receive story 1 and story 2 in the response but iam only getting story 3
Is there a way i can get the other stories in lookup issues
My understanding is the branch type Destination Issue only works when the trigger is Issue Linked, not when a link is removed.
Instead consider changing your branch to only the currently linked issues; that is, the ones which remain after the link is deleted.
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.