You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.