63

Is there a URL that I can bookmark for my team's TFS Current Sprint task board? We have 2-week sprints so the URL changes every 2 weeks.

The default URL is of the form:

http://[Server]/tfs/[Project]/[Team]/_backlogs/TaskBoard/[SprintName]#_a=people

The [SprintName] part of the URL changes every sprint, thus it doesn't provide a stable URL. I'm wondering if there's some version of the URL that always points to the current sprint, i.e.:

http://[Server]/tfs/[Project]/[Team]/_backlogs/TaskBoard/CURRENT#_a=people
jessehouwing
  • 106,458
  • 22
  • 256
  • 341
Scott Wegner
  • 7,263
  • 2
  • 39
  • 55

1 Answers1

89

Just found the answer. If you remove the sprint name altogether, it redirects to the current sprint.

EDIT: Updated Oct. 2018 for Azure DevOps

For Azure DevOps, the following URL works:

New Azure DevOps URL format:

https://dev.azure.com/[Company]/[Project]/_sprints/backlog/[Team]

Old Azure DevOps (VSTS) URL format:

https://[Company].visualstudio.com/[Project]/_sprints/taskboard/[Team]/

Previously in TFS, the URL was:

http://[Server]/tfs/[Project]/[Team]/_backlogs/TaskBoard#_a=people
Shayki Abramczyk
  • 36,824
  • 16
  • 89
  • 114
Scott Wegner
  • 7,263
  • 2
  • 39
  • 55