Hi everone!
I´m looking for ways to fetch Bugs and DevBugs together with JQL, I know they are similar categories but both are used in my project.
I´m trying to look "project=X AND sprint in (XX) AND sprint in openSprints() AND issuetype=Bug AND issuetype=DevBug" but return a error.
Thanks!
"project=X AND sprint in (XX) AND sprint in openSprints() AND issuetype=Bug OR issuetype=DevBug" might not do what you need.
Try "project=X AND sprint in (XX) AND sprint in openSprints() AND (issuetype in "Bug", " devBug")"
Hi guys! Thanks for to help.
I found a solution similiar this: "project=X AND sprint in (XX) AND sprint in openSprints() AND issuetype in (Bug, DevBug)"
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Jira
Explore the interface and basic Jira terms, then discover how to effectively manage your work.
Learning Path
Atlassian tools and practices for developers
Focus on your development work by using Jira software features and functions efficiently.
Atlassian Certified Associate
Jira Software Essentials certification
Demonstrate proficiency in utilizing essential Jira features and working efficiently with Agile frameworks like Kanban and Scrum.
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.