microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
122 stars 38 forks source link

Programmatic or Permalink urls for Process Layout pages #77

Open matt-psaltis-work opened 1 year ago

matt-psaltis-work commented 1 year ago

Does anyone know of a way to do this?

Programmatically navigate to the work item tabs/pages from an Azure DevOps extension? Or is there a way to build a perma link to navigate directly to a specific tab on URL navigation?

For example I want to open the Links tab immediately on page load or I have a button on an Azure DevOps extension and when I click it, I want to switch to a different tab.

image