Azure Boards - User Guide

In this article, you will understand step by step how to easily integrate with Azure Boards

Integrating with Azure Boards will streamline the auditing of the change management process and ensure an accurate and complete list of changes will be received for auditing purposes along with the connection to the pull request to document any change related to code. 
This integration will only export and track all change request tickets that are relevant to the audit, only the relevant projects' change request tickets will be extracted.
This extraction process is automated by Scytale.

 

Permissions for Azure Boards Integration

The following scopes must be granted when generating the token. Scytale uses read-only access to automatically collect audit-relevant data:

  • Work Items: read

  • Release: read

  • Graph: read

  • Project and Team: read

 

How to Connect Scytale and Azure Boards

  1. In Scytale, go to 'Integrations'.

  2. Search for Azure Boards and select 'Connect'.

  3. Paste the Personal Access Token you generated in Azure DevOps. Learn how to generate this below.
  4. Add a connection name – this will be used to differentiate between your connections – and then select 'Next'.

  5. Click 'Connect'.

  6. Select the Azure Boards projects that are relevant to your audit.

\

Note: This is a mandatory step for completing the connection and collecting evidence.

You have now successfully connected to Azure Boards!

 

How to Generate a Personal Access Token in Azure DevOps

  1. Log in to Azure DevOps.
  2. On the right side, click on the settings icon. 
  3. Go to "Personal access tokens"
  4. On the left side, click +New Token
  5. Name the token.
  6. Expiration - It should be set to one year at least.
  7. Under Scopes, enable the following permissions:
  8. Work Items: read
  9. Release: read
  10. Graph: read
  11. Project and Team: Read
  12. Then, click "Create"
  13. Copy the token.