microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
235 stars 154 forks source link

Question to the Feature Preview #149

Open Bilals2412 opened 10 months ago

Bilals2412 commented 10 months ago

Hello,

I have a question regarding the preview feature outlined in https://github.com/microsoft/azure-devops-extension-sample/blob/master/src/Samples/Feature/Feature.json.

Is it feasible to define the following rule? There are two preview feature options. One of the options defines the global value for displaying extension parts within the organization. In the project tab, there should be an additional option set to default as false. If this option is switched to true, I would like to see the extension even if the function is deactivated in the organization. Is this possible, and if so, how can it be achieved?