Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (29.3k points)

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

1 Answer

0 votes
by (50.2k points)

To redirect to current sprint all you need is to remove sprint name

For azure-devops following links will works

Url-format for azure-devops

http://[company]azure.com/[Company]/[Project]/_sprints/backlog/[Team]

Old Azure DevOps (VSTS) URL format:

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

Previously in TFS, the URL was:

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

Hope this will help.

Browse Categories

...