Hi,
I have user stories in which multiple issues of different issue types are liked like bug, test, test set, etc.., Now I am trying to write JQL to find only bugs linked to the stories.
I have tried with this JQL
project ="A" and issuetype = Bug AND issueFunction in linkedIssuesOf("issuetype = story")
But this results in giving us the list of all linked items.
Hi @Bandaru Chandu ,
I’m Prosper, a support engineer at Appfire, and I’m here to help you.
The app I work for, JQL Search Extensions for Jira, you can use the query below to get the results for your use case:
project = A and issue in linkedIssueType("Bug") and issuetype = Story
You can see more information about this query here, and please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Prosper.
Join us to learn how your team can stay fully engaged in meetings without worrying about writing everything down. Dive into Loom's newest feature, Loom AI for meetings, which automatically takes notes and tracks action items.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.