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 started with Jira Software
New to Jira Software? These short, self-paced courses will teach you what you need to know to get up and running quickly.
The Beginner's Guide to Agile in Jira
Learn what agile, kanban, and scrum are and how agile works in Jira Software.
Realizing the Power of Jira Reporting and Dashboards
Use out-of-the box reporting and dashboard capabilities to view and assess progress and bottlenecks within projects.