So is there a way to say projects = (all) ?
I have a query that is looking for all Issues from a given Team and the Team works across many Projects, and due to the way our company manages Projects, the list may change. Whether or not I list Projects the query shows the a small number of Issues, but when no project is in the filter the Kanban Board dies with "Too many Issues are trying to load".
It is the Cloud Jira Instance.
I tried to do simply - status in ("Team Test") which has only 136 issues, but the board still dies
Ok, so you're seeing 136 issues when running that in the issue navigator, but a dying board when that filter is selected for the board filter? (Not swimlane/colour/kanban-done/quickfilter, just the board's core filter)
Ok, I think we need to see your full query (the working one with the project clause)
just add in project = SS and status in ("Team Test") ; which would only show those for the SS project, ...
Think I found a solution, ... "category in (Project) AND " ...
the Category pulls in all Projects ...
Ok, that is what I thought - "status in team test" is reading every issue, and even though the result is only 136 issues, the board is not going to cope with everything.
Limiting it by project, or category by project reduces the context down to a size the board believes it can cope with.
Ok, so I have the exact same Filter Query in separate Kanban and one fails with "too many issues..." and the other works fine ... sigh
category in (Project) AND (assignee = 62e93a1296eb272011a7ccda OR "QA Assignee[User Picker (single user)]" = 62e93a1296eb272011a7ccda) ORDER BY Rank ASC
To be perfectly clear, I opened a Teams Kanban, using the above filter, it works.
Tried to reuse same filter for a Project Kanban and it fails.
Yep, So turns out the "Powers that be" ran an across the board (literally) change for Kanban sub-filter which caused the issue above.
Why don't admins use a Developer Instance to roll out these issues and alert any board owners if their board is adversely affected?
Might be nice if Atlassian had a Metric showing "broken" boards with otherwise well behaved filters.
Good question - you'll need to ask your admins why they didn't test it!
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.