Can someone please help me to write a JQry statement that captures bugs across all projects in JIRA? I am not a JQRY expert but I need to be able to pull all bugs into a single screen in JIRA. Can you please help?
Assuming you mean “bugs” literally, i.e. you have an Issuetype called “Bug” then....
all bugs == issuetype = bug
all unresolved bugs == issuetype = bug and resolution is empty
the last one assumes that you are setting the resolution field when moving issue to Done
if this doesn’t get you there please provide more info about you setup and requirements
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.