Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

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

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.
Jan 03, 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!

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.
Jan 03, 2023 • edited

@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

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.
Jan 03, 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
Site Admin
TAGS
AUG Leaders

Atlassian Community Events