Summary of cards from multiple workspaces

axthor April 8, 2022

I'm a member of four different workspaces. One is personal that I've created for myself, the others are shared with me by different companies/projects I'm involved in. 

I'm in serious need of an overview in one place of certain cards from all workspaces (e.g. cards that are high-priority, assigned to me, or have a deadline). Even though I'm dealing with multiple workspaces, there's only one me with a finite amount of time, so I need to weigh cards from all these workspaces against each other in order to prioritize and create an actionable list.

This is very awkward, if not impossible, in Trello. Flipping between workspaces is time-consuming and ultimately doesn't provide a usable overview or means of organizing items into a coherent whole.

Almost an hour of Google has turned up little relevant. The "Dashcards" and "Dashboards by Screenful" power-ups looked promising, but despite claiming to "track work across Trello," they only track work among boards in a single workspace.

Since belonging to multiple teams is a fairly common situation these days, it's hard to believe a good solution doesn't exist, but Trello seems to have a Great Wall between workspaces. 

I'm hoping someone knows of a power-up or not-too-kludgy workaround.

Thanks for any ideas.

4 answers

0 votes
Tania Ellis April 27, 2022

Hi Trello support / @Hannah Humbert - Simpla Workflows ,

I have the same need as @axthor - I run a small company with different projects and associated freelancers connected to a small handful of dedicated workspaces. And so as the chief commander, I really need to have a full picture of what I need to take care of across the different workspaces.

Ideally, I would like to in my own personal workspace, be able to link to cards across the other workspaces, so I can create my own weekly plan.

It looks as if there isn't  a solution to this as it is right now. Is this correct? 

Thanks in advance, and thank you for a great tool!

0 votes
Hannah Humbert - Simpla Workflows
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 10, 2022

The "My Cards" feature mentioned by Andrea would be the native way to see all your cards across multiple boards/workspaces. If you need to see other cards that aren't just yours, you could look into creating a master board and consolidating the necessary cards using Unito. This master board would then be your single point for managing all work. Any changes you make to cards on that board can then sync back and update the original cards. It is a paid power-up, so I guess it just really depends on how much time you're wasting right now flipping between boards and trying to find information. I think the personal plan starts around $10 p/month.

0 votes
Andrea Crawford
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2022

I doubt this is exactly what you're looking for, but for cards assigned to you, does the "My cards" page help (https://trello.com/your/cards)? This page shows cards from across all boards and can be sorted by due date. 

axthor April 14, 2022

Thanks for the suggestion. This is helpful and does go in the right direction, but the "My Items" page doesn't allow for prioritization of cards among workspaces, or the ability to organize them in a logical order (except due date, of course). That's not a problem if only a small number of cards are involved, but with more the big picture is lost.

After spending a lot of time trying to squeeze into Trello's mindset, I've realized that it's just not designed for keeping track of complex workflows among multiple clients. It can start to approximate that by using power-ups and some creative juggling, but it's awkward at best.

Best for me just to admit that and use Trello in the ways it shines. So I've moved to a mind mapping tool for organizing and managing the big picture, and Trello for individual projects having a more limited scope.

This isn't ideal either, since it requires duplicating a certain amount of info in both places, but it provides a much more effective big picture. 

Thanks again for your suggestion.

0 votes
milynnus
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.
April 9, 2022

@axthor 

Under Home ...there is "my items" (aka checklist items with mbr assigned)

I tested with some code and it seems to be fetching all the cards from across workspace

mbr = client.get_member('5ea1........ef7d')

board_org = {}
for org in client.list_organizations():
  for board in org.all_boards():
  board_org[board.id] = org.name
for card in mbr.fetch_cards():
  print(board_org[card['idBoard']])

I tested by looking at all the fetch_cards using its board_id to get the name of organization which will be each workspace.

Getting all the checklist items assigned to you will definitely be a challenge since you have to checklist every checklist for the above cards but this is covered in "my items"

I suspect Blue Cat might have something you can use.

Alternatively,

Use what Trello offers including the Power Up like Dashcard but add a notification system of advanced checklist items and or CF Dates or MirrorSync across workspace so you don't miss them.

See my projects:

https://github.com/xu2xulim/Trello-Item-Alert

https://github.com/xu2xulim/Trello-Custom-Field-Date-Alert

https://github.com/xu2xulim/Trello-MirrorSync

axthor April 14, 2022

Hi - Thanks for your response. I looked into your suggestions and learned some new things. Much appreciated! 

In this case, like I wrote above, adding power-ups ended up being an awkward workaround for something Trello just isn't intended to do. In general, when I start doing backflips to try to make software fit the workflow, it usually ends up counterproductive. 

So I've switched to using Trello in a smaller scope where it's more "at home", and using a different tool (MindNode) to manage the big picture.

In any case, your info gave me some insights into Trello that will be useful in the future. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events