Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is there a way to view the sprint that are closed in Agile Module

Community Alums
Not applicable

Hi,

There is ask wherein an agile user(Product Owner, Release Manger or Scrum Master) need to view a sprint which are 'closed'. Is there a way to view the closed sprint?

6 REPLIES 6

danmjunqueira
Kilo Guru

Go to the Application Navigator
→ Agile Development > Planning > Sprints

In the sprint list, create or use a filter like:
State is Closed
(Optional) Add filters such as:

Team is [your team name]

Release is [specific release]

This will show all closed sprints, and you can open any of them to view backlog items, velocity, or stats.

Option 2: View Closed Sprints from Team Backlog
Navigate to:
Agile Development > Team Backlog

Select your team.

In the Sprint Planning tab, click the dropdown for sprints — it usually shows only active or future sprints.
Click “Show All Sprints” if available (depending on your version).

You may also need to adjust the filter for the sprint list to include Closed sprints.

Option 3: Story or Task List Filtering
Sometimes it’s more helpful to view work items from closed sprints directly:

Go to Stories or Scrum Tasks.

Filter by:Sprint.State = Closed
Or use:
Sprint = [Select Closed Sprint]

This helps analyze completed work, progress over time, or team velocity retrospectively.

Important
Permissions: Ensure the user role (e.g., scrum_user or scrum_admin) has access to view sprints.

UI Settings: Some Agile views are controlled by Scrum Team View settings or script includes — visibility might depend on the ServiceNow version or customization.

If you're on a scoped/custom Agile module or using SAFe (Scaled Agile Framework) in ServiceNow, let me know — the path and visibility logic can be different.

 

Matthew Green2
Giga Contributor

Method 1: From the Sprint List (Fastest Way)

  1. Navigate to:
    Agile Development → Sprints

  2. On the Sprint list view, use the filter funnel:

    • Set State = Closed

  3. Click Run.

You will now see only closed sprints

You can also use:

  • State is not Open

  • End Date is before Today