Missing team and query association after upgrading from TFS to Azure DevOps

  • Thread starter Thread starter Nikolay Razbegaev
  • Start date Start date
N

Nikolay Razbegaev

Guest
In Microsoft Team Foundation Server there was a kind of binding between current team and projects repos, queries, tests etc:

i.e.: http://TFS.mydomain/tfs/collection/project/team/_work

http://TFS.mydomain/tfs/collection/project/team/_git

etc

In to the new Azure DevOps server another URL schema is used:

http://tfs.mydomain/COLLECTION/PROJECT/_backlogs/backlog/TEAM/Requirements

But teams association is still renaming into backlogs (as team name) and dashboards (as team ID), but is missing into queries, repos etc.

In to the our TFS server we are using quires on the team's dashboards. Every team has they own dashboards with queries, and a several templates to process workitems into this queries.

Into tfs I could select a query from team's own dashboard and apply a team's own template on workitem from this query.

Into the new azure devops I can also select a query from team's own dashboard, but I can't apply a team's own template on workitem from this query, because templates from the default team for the project are used, not for the team, which is associated with the dashboard.

How can I return the missing team and query association?

Continue reading...
 
Back
Top