Azure Devops Rest Api Create a Bug on Devops Work locally not on cloud
I have developed a form to report a bug on website which directly creates a bug on devops. The feature work locally but when it deployed it is not working
I used this example code to build it
https://learn.microsoft.com/en-us/azure/devops/integrate/quickstarts/create-bug-quickstart?toc=%2Fazure%2Fdevops%2Fmarketplace-extensibility%2Ftoc.json&view=azure-devops
Access DevOps API with application delegation
Is there any way to access the Azure Devops REST API with a service principal? In the API permissions there is only user delegated permissions:
Azure Devops | Get user/group access into project and resources(pipelines, repos, etc.) by API call
I’m trying to fetch Azure Devops user and group access into project and project resources(pipelines, repos, etc.).
Azure Devops | Get user permissions/ Get group permissions by API call
I’m trying to fetch Azure Devops user permissions and group permissions.