Create a Personal Access Token in Azure

Personal access tokens (PATs) contain Azure credential information required when creating a new Azure connection in TFS4JIRA.

This page provides instructions for creating a personal access token.

PATs are created for specific Azure user accounts. We also recommend that you create a dedicated user account in Azure. This account should be granted the permissions required by TFS4JIRA.

Create a Personal Access Token

  1. Log in to Azure DevOps as an administrator and select User settings from the top of the page.

  2. Select Personal access tokens from the list.

  3. Click + New token to open the Create a new personal access token dialog.

  4. Enter the Name and Organization. Enter token Expiration information based on your organization’s security policy.

  5. Set Scopes to Custom defined.

  6. Click Show all scopes.

  7. Graph requires a minimum of Read permission.

  8. Project and Team requires a minimum of Read permission

  9. Work Items require a minimum of Read and write permissions.

    Click Create. The success page opens containing the new token.

  10. Copy the token. Azure does not store the token and you cannot see it once you close the page.

  11. Open the Add Azure Connection page through Connections or when creating a Sync profile.

  12. Paste the generated token in the Personal Access Token field.

Refer to Microsoft’s Use personal access tokens for more information.

To learn more about Azure authentication, refer to Microsoft’s Authentication overview.