JQL to show all issues linked to multiple stories

Parul Adhikari December 3, 2018

Hi!

I am here looking for a way to find out list of all test cases linked to not just one but multiple stories. 

This query here, only shows test cases linked to a particular ticket:-

project = UN AND issuetype = "Test case" AND issue in linkedIssues(UN-5779) ORDER BY created DESC

Thank you in advance!

2 answers

0 votes
Suresh Sondur January 30, 2022

project = "Project Name" AND IssueType = Test AND issueLinkType in (Blocks) and issueLink in(ACT-1975)

Please use this  this will fetch you all the test cases linked to story in .

0 votes
Deleted user December 3, 2018

Hi @Parul Adhikari,

You can try with the JQL Tricks add-on OR ScriptRunner for JIRA add-on to fetch the linked multiple stories issues on the JQL.

Regards,
Kishore Kumar Gangavath.

Suggest an answer

Log in or Sign up to answer