issue Filter result to return linked issue summary details

Sharmila Radjasegarane August 12, 2022

Is it possible to create a filter of an issue to return linked issue summary along with the key, this does not seem to exist. i am trying to build a traceability matrix in confluence for requirements(in jira) and not work on manual filling in of information in table.

2 answers

1 accepted

0 votes
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 12, 2022

Hello @Sharmila Radjasegarane 

Welcome to the community.

There is a function available natively called linkedIssues. Refer to

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearchingfunctionsreference-linkedIssueslinkedIssues--

You must provide an issue key as a parameter of the function, and it will return you the list of all issues linked to that one issue.

There is not a native way to do that for multiple issues at one time in one JQL, but there are JQL extension apps available on the Atlassian Marketplace that could provide that functionality.

1 vote
mauricio.groth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 15, 2022

Hi @Sharmila Radjasegarane 

As you're on Jira Cloud, the correct answer is to get an app that provides JQL extensions you're looking for.


With standard JQL, you can only get a list of issues and export them to Excel for further processing. This works if you want to do a one-off analysis. If your use case is more dynamic than that, look beyond standard Jira.

Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions

For example, you can use this query to find issues that are linked in any way with epics that are in progress

issue in linkedIssuesOfQuery("type=Epic AND status='To Do'")

We have other functions and aliases that help you with link information. Check out the documentation for more examples.

I hope this helps, but if you have any other questions, please contact our support. We’ll be happy to help you!
Maurício

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events