do I understand correctly that you want to show the parent of your linked issues in the list of linked issues?
This isn't currently possible, however if you're open to solutions from the Atlassian Marketplace, you should get pretty close; see e.g. this thread for possible directions forward.
Best, Hannes
Hi, No I want to add the parent issue key to the linked issues keys list. These linked issues were linked to the child story.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there is an automation rule for parent ticket update
when issue links
linktypes should be all link types
then lookupisues
{{#lookupIssues}} * {{key}} {{/}}
and edit issue fields
Parent Ticket Number this should be added on the screen as well and should be mandatory
{{destinationIssue.key}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.