microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display work-item-form-page only for certain users/teams

vladnega opened this issue · comments

I would like to be able to display a work-item-form-page only for certain users/teams. Is that possible?

Here's my scenario:
My custom ADO extension offers a service (let's call it "X") that is subscription based. Instead of all users seeing a new "X" tab on certain work items, I would like only the users that have subscribed to the "X" service to see that tab. Currently, if a user that is not subscribed to "X" navigates to the "X" tab, they would get a "Not authorized" error. It would be a lot better if they never saw that tab in the first place.

Thank you in advance!
Vladimir