Skip to main content

Setting up an integration with Azure Boards

Updated over 3 weeks ago

Note: the details below, apart from the access token, can be found in the DevOps

URL, so you could just ask for this URL: https://dev.azure.com/MY_ORGANIZATION/MY_PROJECT/_testPlans/execute?planId=4&suiteId=5

Note that sometimes there are projects with spaces in the name, that will be URL encoded with %20 in the URL. In the customer config in our database these have to be replaced with actual spaces.

For the PAT token, make sure the user that creates the token has the Basic + Test Plans license and not only Basic: Permissions, licensing, and access for manual testing - Azure Test Plans | Microsoft Learn

Settings:

Personal Access Token scopes:

Optionally: Next step only if TestPlans is activated

Did this answer your question?