Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL to get bugs linked to Sub-Task linked to the Story

jawedshaikh
Contributor
October 3, 2018

Is there a way to do this? I want a filter that gets me the Bugs linked to all the Sub-task linked to a certain Story.

2 answers

0 votes
Tarun Sapra
Community Champion
October 3, 2018

Hello @jawedshaikh

If you have Script Runner plugin installed, then you can achieve it using the following

issueFunction in linkedIssuesOf('issueFunction in subtasksOf("key=<your-story key here>")') and type = bug
0 votes
louisdj
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.
October 3, 2018

IF they are linked to eachother, you can use 

issue in linkedIssues(issueKey)

in your JQL. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events