Forums

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

How to get the list of bugs linked to a particular story

Porush Verma June 6, 2023

Hi - Can anyone help me to write the query through which I can list of all bugs which are linked to a particular story?

 

E.g. Whenever any bug is raised, we link with the original story it belongs to through "belongs to" option and now I want to see which all bugs are linked to a partucular story

2 answers

0 votes
Bisrat Shebeshe June 6, 2023

Hi @Porush Verma 

You can use

linkedIssue in linkedIssues("<replace the issue key for the specific story>") AND issuetype = Task

in a JQL search.

0 votes
Manoj Gangwar
Community Champion
June 6, 2023

Hi @Porush Verma ,

If you have script runner then you can try below JQL-

Go to issue navigator and search for those bugs.

issue in linkedIssues(issueKey,linkType)

Suggest an answer

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

Atlassian Community Events