How can I create a personal Kanban board that connects all my software projects?

Silvana Heckelsmüller
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 3, 2023

I'd like to have one overall kanban board that includes all my todos of different software projects. 

My intention is that I have a good overview of all open tasks assigned to me in one kanban board. 

3 answers

1 vote
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 3, 2023

Hi @Silvana Heckelsmüller and welcome to the Community!

First of all you'll need a filter that retrieves all your issues. To do so, navigate to Filters > Advanced issue search.

In advanced mode (JQL) enter the following:

Assignee = currentUser() AND Resolution != Unresolved

This will retrieve all open issues assigned to you. Save the filter.

Then, create a new kanban board based on an existing saved filter. In the last step, give your kanban board a name, select your previously created filter as the source and store it in your personal profile:

Screenshot 2023-01-03 at 15.12.58.png

That is a big part of the work done. One important last step though: if you retrieve issues from your entire Jira instance, they may of course use different workflows (and statuses). It is important to map all statuses to columns on your board to make sure you see all issues. Navigate to Board Settings > Columns and map every status to a column on the board.

Hope this helps!

Fabio Peruzzo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 27, 2023

perfect explanation.

0 votes
Fernando Eugênio da Silva
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 3, 2023

@Silvana Heckelsmüller , welcome to the Atlassian Community!

 

You can use a query to get only items assigned to you, something like: assignee = "your_email" AND projectType = software

So Jira will bring all the issues where you are the Assignee regardless of the project, use this filter for your board and in the board settings use a project swimlane, then you will see all the items assigned to you by project.

If you want to restrict this query to specific projects, use something like: assignee = "your_email" AND project IN ("project_key", "project_key")

 

Regards,

Fernando

Silvana Heckelsmüller
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 3, 2023

Hi Fernando, 

thank you for your quick answer. 

Where should I use this query? 

 

Best Regards, 

Silvana

0 votes
Scott Theus
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 3, 2023

I wrote an article about this a few years ago, it should still be relevant...

https://community.atlassian.com/t5/Agile-articles/Managing-Multiple-Projects-in-a-Single-Board-or-One-Scrum-to/ba-p/1035297

Let us know if you have any questions or if the info does not fit your need.

 

-Scott

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events