microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
125 stars 39 forks source link

Any way to get current team selected in backlog tabs #32

Open matthewtabor-itrellis opened 3 years ago

matthewtabor-itrellis commented 3 years ago

In the old VSS code we could use VSS.getWebContext() to get some information about current project and selected team, but there doesn't seem to be a way in the new SDK. I need to get team information in an extension I'm building which is adding a new tab to the backlog.