how do i create a filter to for bugs across all projects?
Hello mate,
Welcome to the Atlassian Community!
To search only for bugs across all projects you can use the JQL below:
type = Bug order by created DESC
Additionally, I strongly recommend checking the documentation below to understand more about how JQL works on Jira:
Please give a try and let me know if it helps.
Cheers,
Carlos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.