How can I write syntax to select all Jira PRojects without writing them all out in an IN statement?
Can I use a * to represent ALL?
Any guidance would be appreciated
Thanks
Hi @Lee Street ,
If you don't use keyword "Project" in your JQL, jira will search for all projects.
Example:
1. project = ABC and issuetype = Task: This will search for all Task in ABC project
2. issuetype = Task: This will search for all Ticket type Task in your whole jira instance irrespective of project.
Hello @Lee Street
Adding to @Rilwan Ahmed said, do note that the person running the filter or seeing the results would need the Browse Projects permission in all project to actually see results from all projects. And if some of those projects a Service projects then the user might also need a Service Management Agent license to see that portion of the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, but now I get the Too Many Issues to Display if no project in ("") is stated ... may get the same low number of issues from the filter but for some reason the Kanban board pukes on it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Larry Wilson
The original post is over a year old. Please consider starting a new Question with the details of your situation including the hosting type and the full filter you are trying to use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.