Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Set different Kanban boards for one project

Jimmy Guo September 14, 2025

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!

2 answers

1 accepted

6 votes
Answer accepted
Christos Markoulatos
Community Champion
September 14, 2025

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

  • Different teams or domains share one project (e.g., “Mobile” vs. “API”).
  • Stakeholders need a focused view without clutter.

Avoid creating a new board for every workflow step model stages in the workflow instead.

 Best practice structure

  • Epics = high-level requirements.
  • Stories/Tasks = deliverable work.
  • Sub-tasks = internal steps.
  • Use workflow statuses for development stages (To Do → In Dev → In Review → Done). Group them into 3–4 columns for clarity.

Options to visualize

One board, strong filters:

  • Swimlanes by Epic.
  • Quick Filters for components, labels, or teams:

component = "Mobile" OR labels = api

  Multiple boards:

  • Create a saved filter per view:

project = ABC AND component = "Mobile" AND statusCategory != Done

  • Boards → Create board → Kanban → From existing filter.

 

Tips to keep it clean

  • Name boards clearly (e.g., ABC – Delivery, ABC – API).
  • Share filters and boards with the right audience.
  • Enable Kanban backlog, WIP limits, and auto-hide completed issues.

Alternatives

  • Advanced Roadmaps for hierarchy and planning across boards.
  • Quick Filters + Dashboards if you just need different slices, not separate boards.

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

Jimmy Guo September 15, 2025

@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.

Christos Markoulatos
Community Champion
September 15, 2025

Glad i could help Jimmy!

0 votes
Ambika Thangasamy October 8, 2025

hi @Christos Markoulatos

I attempted to create an additional Kanban board under our project folder using a saved JQL filter, but I’m unable to see the filter in the board setup—even though it’s shared with viewers who have access to the project space.

Also, I’d appreciate your clarification on one point: if we create another Kanban board within the same project, will the test cases that are already visible on the existing board also appear on the new one?

Thanks in advance for your support.

Christos Markoulatos
Community Champion
October 8, 2025

Hi @Ambika Thangasamy 

  • If your saved filter doesn’t appear when creating a board, check:
    • The filter is shared with the same project (and with you).
    • You have Browse Projects permission for that project.
    • The filter owner hasn’t restricted it to private.
    • Try refreshing the board creation dialog after saving the share settings.
  • Yes, if the new board uses a filter that includes the same issues (e.g., same project), those test cases will appear there too. Boards are just views on issues, not separate copies.

Also try to use JQL to control what shows on each board, e.g.:

project = ABC AND component = "Mobile"

Docs: Create a board

Hope this helps!

Suggest an answer

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

Atlassian Community Events