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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi, How can I fetch the status of the linked issues of a list of Jira tickets into dashboard
Hi @Rilwan Ahmed I have already tried this.
issue in linkedIssues("IT-345") will give only for a single issue.
I need linked issues for multiple Jira issues.
But from the link you have share need to use script runner for the same.
Thank you.
As @Aron Gombas _Midori_ mentioned in another comment, use issue in linkedIssues("FOO-12") OR issue in linkedIssues("FOO-23") OR issue in linkedIssues("FOO-34")
Use the issue list gadget with a JQL like this (you can add any number of issues to the list although it is rather manual):
issue in linkedIssues("FOO-12") or issue in linkedIssues("FOO-23") or issue in linkedIssues("FOO-34")