Forums

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

Multiple boards for one project

pschmidt
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 20, 2025

On completion of my build and test sprint, I want to move completed user stories to another board within the same project for purposes of tracking customer acceptance and devops progress for deployment and release.

2 answers

1 vote
Surajudeen Aderogba
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.
October 20, 2025

Hi @pschmidt -

Welcome to the Atlassian Community!

That’s a great use case and yes, it’s absolutely possible to have multiple boards within the same project in Jira. You can use this setup to manage different stages of your workflow, such as development, testing, customer acceptance, and deployment.

Here’s how you can do it: Create a Second Board Using JQL

You can create another board within the same project and filter what issues appear there using JQL (Jira Query Language).
For example:

  • Your Dev Board (existing) might show: JQL:   project = "MyProject" AND statusCategory != Done

  • Your Customer Acceptance / Deployment Board could show:   JQL:  project = "MyProject" AND statusCategory = Done
  • or even more specifically:   JQL:  project = "MyProject" AND resolution = Done AND fixVersion is not EMPTY

This way, once you complete your sprint and move stories to “Done,” they automatically appear in the second board for tracking or release management.

 

Would you mind sharing whether your project is team-managed or company-managed?
That will help tailor the exact setup for your case.

Hope this helps!
Suraj

 

1 vote
John Funk
Community Champion
October 20, 2025

Hi @pschmidt  - Welcome to the Atlassian Community!

You can do that, just create a Kanban board and map the ending statuses (last column) of your Sprint board to be the first column of the new board. You can even create a board filter so that it only shows the statuses that you want, also. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events