0

Is it possible to invoke a built-in VSTS command from a custom extension?

I develop an extension with customized test results tab, and I want to reuse some built-in VSTS functionality. For example invoke Create bug menu action to create a new bug work item for a given test result.

Josef Bláha
  • 1,033
  • 10
  • 21

1 Answers1

1

No, you need to use its API or call REST API:

Client APIs

starian chen-MSFT
  • 33,174
  • 2
  • 29
  • 53