TFS Current Sprint URL

2019-04-17 18:52发布

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条回答
等我变得足够好
2楼-- · 2019-04-17 19:29

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
查看更多
登录 后发表回答