Team,
We have some bugs raised in our project and few of them are linked to IssueType "Story". Is there a way we can run a JQL to retrieve linked Stories for our bugs.
Thanks
Manhar Sharma
Hi @Manhar Sharma ,
if you are wanting to find any bugs that have linked issue...
project = abc and type = bug and issueLinkType is not EMPTY
If you want to find the issues that are linked to bugs then OOTB you would need to define a unique bug-link type...
project = abc and issueLinkType = bug-link
...otherwise an addon would be required
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.