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
Start with basic Jira terms and navigation. Then, discover how to effectively organize work and customize your Jira experience.
Learning Path
Atlassian tools and practices for developers
Reduce context switching by making Jira more efficient, and apply collaboration best practices for streamlined team operations.
Atlassian Certified Associate
Jira Essentials certification
Validate your knowledge of key Jira concepts like using work items, spaces, boards, and Rovo.