Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I've set up a kanban to provide visibility of workload for certain users across all projects.
To do this, I had to click each individual project to include it, so each time we add a new project, it would need to be manually added.
Is it possible to include all projects in a kanban by default?
Would it likewise be possible to include all statuses by default?
My concern is this kanban is only useful if it includes all issues assigned to that team and will be a pain to maintain if people need to remember to add in new projects and statuses manually each time.
Have you tired using advanced search in JQL? This looks like it may help you.
The short version is, if you don't select a project, the search will pull issues from all projects. However, the user will only see issues from projects they have browse permissions to.
Thanks Justina- I'd come to the same conclusion so I can use JQL to exclude projects and alll others are therefore included by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Abby Foggin -- Welcome to the Atlassian Community!
You may create a simple filter, only referencing those specific users of note, and then creating a board from that. For example:
assignee IN ("Alice", "Bob", "Grace") ORDER BY Rank ASC
For such a board, remember to always treat it as read-only, where any issue updates are only made by the teams on their source boards.
Even creating a board like this with no projects or issue types referenced in the filter will require adjustments as projects make changes. Otherwise changes to workflows and status mapping to the board will be incorrect.
One additional note: needing to create a board like this is often a symptom of a root cause, such as people capacity is low, too much WIP, etc. Please consider investigating that cause, or the visibility board could lead to unintended consequences (e.g., people decide not to assign work to themselves to avoid having the discussion).
Kind regards,
Bill
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.