Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS Current Sprint URL

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 
like image 747
Scott Wegner Avatar asked Oct 02 '14 15:10

Scott Wegner


1 Answers

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 
like image 67
Scott Wegner Avatar answered Oct 06 '22 20:10

Scott Wegner