Hi Community,
I want to create a priority list that contains tickets from multiple projects, the backlog and the kanban board (ongoing work).
I first created a board with a filter that allows me to view all tickets from different projects. After that, I can see those tickets appear in the board's Backlog and Kanban Board views. With this, I can manually drag tickets to the top or bottom depending on the priority.
However, I can only drag tickets inside their own views. What I need is the ability to drag or prioritize tickets from both the Backlog and Kanban Board views. Here's an example of what I want to achieve:
Priority List:
1. PROJ-A-002 (status in dev)
2. PROJ-B-001 (status undefined)
3. PROJ-C-001 (status in dev)
The board's List view will meet my requirements but it only shows tickets from a single project (e.g. only from PROJ-A).
Any ideas how to achieve my requirement?
As Bill mentioned, Jira's native List view is scoped to a single space and doesn't use the board's filter. That's the core limitation you're hitting.
A few native options that might get you partway there:
Neither of these fully solves the "single sortable list with drag-and-drop ranking across projects" requirement.
Good news is, if you're open to solutions from the Atlassian Marketplace, you'll have some options available. I'll add more details below.
Hope this helps,
Hannes
... and just to expand on my last point: If you're open to solutions from the Atlassian Marketplace, you might want to have a look at the app that my team and I are working on: JXL for Jira.
JXL lets you create spreadsheet-like views (called Sheets) scoped by any JQL query - i.e., a single sheet can cover e.g.
project in (PROJ-A, PROJ-B, PROJ-C)
- and show all these work items in a combined list. From there you can:
This is how it looks in action:
I should add that JXL can do much more than the above: From support for configurable work item hierarchies, to sum-ups, conditional formatting, or inline bulk editing via copy/paste.
Any questions just let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Hannes,
This might be the one I need. I will try this one.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From what you describe, I assume you have:
If those assumptions are valid, what is possible is...
How do your filter and board configuration compare to what I have described?
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.
Hi Bill,
Thanks for responding. To answer your question:
My current ranking/prioritization is the one you described below:
from the backlog view, you may drag-and-drop items to reorder them for the Status values mapped to the backlog or the left-most board column, but not both at once
from the Kanban board view, you may drag-and-drop items to reorder them relative to the other items within each column
The only issue here is that the dev team and myself need to check the items on multiple views (i.e. 2 views - backlog and Kanban). It would be nice if the board filter also works on the List view because this view contains all tickets in both backlog and Kanban board views.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A Jira board is a "view" of the work items in a space, filtered for what is needed. When the backlog is also used, it uses the same filter as its associate board.
However, the newer "list" view is independent of the filter used for the board / backlog, and by default it shows all the work items in the space(s).
And, I believe drag-and-drop reordering within the list view is only possible when the items are only sorted by the Rank in ascending order. That may be changed from either:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Bill. That explains the behavior I'm seeing now. I'll just have to update my process and work on ranking items separately in the Backlog and Kanban Board views.
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.