Sprint filter

Sprint filter

Applies to

Navigation

Data source > next to the board name

When you configure a chart based on Scrum boards, you can filter sprints by name for each selected board:

image-20251006-172257.png

This is useful when:

You can select the same board multiple times and apply a different filter for each team.

How it works

The sprint filter supports regular expressions. Examples:

  • TeamA – name contains TeamA

  • ^TeamA – name starts with TeamA

  • TeamA$ – name ends with TeamA

  • ^((?!TeamA).)*$ – name does not contain TeamA

  • (TeamA|TeamB) – name is TeamA or TeamB

If you want to filter sprints by date or include/exclude closed, active, or future sprints, use the Interval configuration field above the chart.