I’m new to Jira and currently working in a software development team. I would like to set up multiple Kanban boards under a single project, with each board used to track different requirements.
The reason I want to do this is that I also need to track the development stages and details within each requirement. Having separate Kanban boards feels like it might help me manage and visualize these workflows more clearly.
Is this approach feasible? If not, what would you recommend as a better way to manage and track requirements and their internal development steps within one project?
Any suggestions or best practices would be greatly appreciated. Thank you!
Hi @Jimmy Guo, welcome to Jira! 👋Yes, you can absolutely create multiple Kanban boards in a single project. Each board is just a filter (JQL) + column mapping, so you can have different views of the same issues without duplication. When to use multiple boards
Avoid creating a new board for every workflow step model stages in the workflow instead.
Best practice structure
Options to visualize
One board, strong filters:
component = "Mobile" OR labels = api
Multiple boards:
project = ABC AND component = "Mobile" AND statusCategory != Done
Tips to keep it clean
Alternatives
Bottom line: Start with one board using swimlanes and filters. Add extra boards only if a group consistently needs a different view. Too many boards = fragmented focus.
Hope this helps! and good start on your journey
@Christos Markoulatos Thank you for your reply! This helps a lot and I'll try to apply those to the project I'm working on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad i could help Jimmy!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.