You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
If you have multiple teams under a project in Azure DevOps, and you want to add a workitem to a Dashboard in a Team that is not the default team (or primary, or first created), this is no longer possible.
I assume that it used to work back when you had a Team context while browsing VSTS. But these days, you are not browsing Azure DevOps under a Team context, but a Project context (see this).
The issue is that this line calls the dashboards API with whichever Team ID that comes from VSS.getWebContext().team.id (which will be the default, as we are no longer browsing under the context of a team).
So now we only see the dashboards from the "default" team, and cannot add to other teams' dashboards.
The text was updated successfully, but these errors were encountered:
If you have multiple teams under a project in Azure DevOps, and you want to add a workitem to a Dashboard in a Team that is not the default team (or primary, or first created), this is no longer possible.
I assume that it used to work back when you had a Team context while browsing VSTS. But these days, you are not browsing Azure DevOps under a Team context, but a Project context (see this).
The issue is that this line calls the dashboards API with whichever Team ID that comes from
VSS.getWebContext().team.id
(which will be the default, as we are no longer browsing under the context of a team).So now we only see the dashboards from the "default" team, and cannot add to other teams' dashboards.
The text was updated successfully, but these errors were encountered: