0

I’m building an Azure DevOps Server 2022 extension that adds a custom menu item to the work item toolbar (i.e., the top menu inside the work item form).

I'm using the following extension target:

"targets": [
  "ms.vss-work-web.work-item-toolbar-menu"
]

Goal

I want this menu item to be visible only for specific work item types such as Bug or Task, and not shown for other types like Epic, Feature, etc.

Question

Is it possible to conditionally show a menu item only for certain work item types in Azure DevOps Server 2022?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.