Josef Bláha
Josef Bláha

Reputation: 1113

Invoke built-in command from VSTS extension

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.

Upvotes: 0

Views: 25

Answers (1)

starian chen-MSFT
starian chen-MSFT

Reputation: 33708

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

Client APIs

Upvotes: 1

Related Questions