Sprints

Change the number of sprints visualized on a chart

You can change the default value whenever you want:

Note: Sprint count has a maximum limit configured in Global Settings.

If you have no permission to view this page, contact your Jira admin.

Include/Exclude active or future sprints

Active sprint - is any sprint that is not completed.

Future sprint - is any sprint that is not “Backlog” and not started.

Filter sprints by date

You can filter sprints using a date range based on the sprint’s end date, start date, or completion date:

Sprint filter

Often, multiple teams' sprints are present on the same Scrum board. Suppose you build a velocity chart for such Scrum board. In that case, you will get aggregated chart for several teams, which is useless in most cases.

With this setting you can filter sprints by name or Regexp to keep only those sprints that match the filter value.

Here are few examples:

  • TeamA - find sprints with names containing “TeamA”

  • ^TeamA - find sprints with names starting with “TeamA”

  • TeamA$ – find sprints with names ending with “TeamA”

  • ^((?!TeamA).)*$ or ^(?!.*TeamA).* - find sprints with names without “TeamA”

  • (TeamA|TeamB) - find sprints with name “TeamA” or “TeamB”

  • .*TeamA.* - find sprints with the exact name “TeamA”