Hi All,
I am managing multiple projects in JIRA. Now I want to make a single kanban board which will have issues from multiple projects so that I can see all the WIP one on the board.
Idea is to get a consolidated list of WIP and a single window where any team member can pick up the task and start working on it.
This will help the team in looking at one board and pick the task from different projects/clients and managing the priorities without going to different projects.
TIA
Hi Prashant,
create the filter that represents all the wip you would like to see on the board. Than edit the board and change it to that filter.
You might want to take a look at this for all the things concerning board config: https://confluence.atlassian.com/jiracorecloud/working-with-boards-800712866.html
I did set the JQL in board settings
project = "Project name" AND status = "In Progress"
But it is still not showing the other projects task in the current board. Am I missing something here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try "project in (project a, project b, project c)..."
Also make sure to have viewing permission to all projects and issues that you want to display.
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.