Hello,
I was wondering if there’s a capability in Jira to create a scrum board or a kanban board that has Trello like cards to show features different teams are working on per quarter?
currently don’t have Trello and I was trying to create a roadmap-like board to house all features that 4 different teams are working on and create labels for each team to filter the board on.
Anybody attempted to create something similar within Jira without a Trello integration please?
Thanks in advance!
Are you looking to manually maintain the list of features for each team? If so, you can create a "Project of Projects" that has an Issue for each feature that each team is working on. This can be shown on a Kanban board.
You could also show the features across teams using a JQL filter such as
project in (Project1, Project2, Project3) AND issuetype = Epic and status != Done
Save this filter and use it as the basis for a new board. It will then show the status of all of the Epics in all of the included projects. Of course, you can include any issue type that you want - you aren't limited to Epics.
A final thought: You might want to look at the Advanced Roadmaps addon, which was developed specifically for the purpose of allowing a roll-up view across multiple projects. It is much more powerful than just a simple Kanban board and may have more complexity than you need. On the other hand, you may find that the added power opens up new possibilities for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.