How can i search for all the bugs that i have linked to an issue in JIRA??

Monika Rawat February 7, 2018

Hi..

Is there a way to find out all the bugs that i have linked to an issue? I do not want to use any plug-ins.

2 answers

2 votes
Gareth Cantrell
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.
February 7, 2018

Hi Monika,

The following JQL query will return all the Bugs linked to a particular issue:

issue in linkedIssues(<ISSUE_KEY>) AND type = Bug

You can find a full list of supported JQL functions here: https://confluence.atlassian.com/jiracoreserver/advanced-searching-functions-reference-939937722.html 

Monika Rawat February 7, 2018

Thanks Gareth :)

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 7, 2018

JQL has

issue in linkedIssues('ABC-123')

Monika Rawat February 7, 2018

Thanks Nic..

And is there a way for creating a report showing bugs related to an issue??

Suggest an answer

Log in or Sign up to answer