Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,729
Community Members
 
Community Events
184
Community Groups

Need to get status of linked issues of a Jira ticket into dashboard

Hi, How can I fetch the status of the linked issues of a list of Jira tickets into dashboard

2 comments

Rilwan Ahmed
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 10, 2022

Hi @ravikumar Mantripragada ,

Welcome to the community !!

You need to create Filters and then add the filter gadget to your dashboard. Select the required columns that needs to be visible. 

In filters you can use JQL Like issue in linkedIssues("IT-345"), This will give list of all issues linked to IT-345. 

This is a good guide for linkedissues JQL: https://valiantys.com/en/blog/atlassian-administration/jql/#:~:text=Linked%20issues&text=If%20you%20want%20to%20get,JQL%20function%20linkedIssues(issueKey).&text=by%20link%20type-,If%20you%20want%20to%20get%20the%20list%20of%20issues%20linked,linkedIssues(issueKey%2C%20linkType). 

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.

Rilwan Ahmed
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 10, 2022

Hi @ravikumar Mantripragada ,

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")

Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 10, 2022

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")

Like Rilwan Ahmed likes this

Comment

Log in or Sign up to comment