You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Is there a way to add the parent feature issue key to the list of linked features issues keys that are linked to a child story.
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.