You can then select the Sprint you want to see on the board from the drop-down sprint selector.
Setting up parallel sprints in a company-managed project is a bit trickier. You’ll need a user with global Jira Admin permissions. This user can do the following if you are running your instance on Jira Data Center:
Select Administration (️) > Applications , then scroll down the page to the Jira Software section.
Under Jira Software configuration , select the Parallel Sprints checkbox.
And the following steps apply to Jira Cloud:
From the global navigation, select Settings () > Products .
Under Jira Software configuration, select the toggle for Parallel sprints .
‼️Note: The velocity chart will not show the velocity per team.
How To List All Sprints?
I’ve seen people trying all kinds of crazy things with “Sprint JQL.” Sometimes it works for them; sometimes, it doesn’t. In my experience, JQL is best used for issues only.
However, based on the Sprint field, you can use the following string to list all Sprints and the issues within them. This can be handy when you are looking to review previously closed Sprints.
Sprint in (closedSprints(),openSprints()) AND project = “XYZ”
Yet, there’s a much simpler way of listing and reviewing your sprints – the Sprint report. The limitation to this convenience comes from the fact that the report is limited to company-managed projects, and it is also board-specific. That being said, it will show you the list of your Sprints along with associated issues.
You can use the Sprint Burnup Chart in team-managed projects to achieve the same goal.
How To End a Sprint in Jira?
Technically, ending a Sprint is a matter of two clicks. First, go to your backlog tab and click on the “Complete Sprint” button.
Clicking this button kicks off a different Sprint event – the Sprint Retrospective. This is a meeting where the whole Scrum team inspects how the Sprint went. Use this time to talk about individual performance, interactions, and processes. Try to find ways where you can improve or optimize something or maybe even adjust your Definition of Done.
We typically follow a format where each team member lists the “goods” and the “improves.” This format of feedback works wonders as it gives everyone a chance to cherish a job well done while offering an opportunity to voice their opinion on things that might have been smoother.
Once you complete a Sprint, your incomplete issues will be moved into the backlog.
How To Measure Relevant Sprint Metrics in Jira?
While we are on the subject of reports, Jira offers a handy selection to help you analyze your team’s performance to adjust scope or make more accurate plans and estimates for the future Sprint.
When talking about Sprints, there are three major reports you should focus on:
Burndown chart: This report compares the number of Story Points that are left versus an approximation of an ideal burndown rate.
Burnup report: This report is the opposite of the burndown chart. It compares completed work (the number of burned Story Points) versus an ideal burndown rate and the scope.
Velocity chart: You can use this chart to plan your future sprints based on the amount of work that is typically done during a sprint.
Apps That Help Run Sprints
Smart Checklist : A Jira Checklist allows you to build actionable checklists and checklist templates. You can use them to enforce accountability and standardization. The app shines when you need to design and refine your stories allowing you to add clear and visible Definition of Done and Acceptance Criteria checklists to your issues.
Planning Poker Online : This tool helps the team assign story points to their issues. The trick is that each member of the team assigns a certain value to an issue incognito. Then, when the cards are revealed, you’ll see whether the team has achieved a consensus regarding the complexity of the task. If you have different opinions – great. There’s room for discussion. The app has a Jira integration which makes it easy to include it in your process.
Easy Retro : This App helps run Sprint retrospectives. It offers a board that’s similar to the one you are used to seeing in Jira. The difference is that the lanes are dedicated to things that went well, things that require improvements, and to actionable items or the things you can improve in the next Sprint. Easy Retro also offers surveys that help with gathering feedback.