Atlassian Integration
This guide walks you through the process of integrating Velocity with Atlassian to enhance incident investigation and resolution workflows.
You can use an API token to authenticate Velocity with your Atlassian products. You generate the token from your Atlassian account, then enter it into Velocity to complete the integration setup.
Create an API token
By default we set API tokens to expire in one year. When you create an API token, you can set the expiration date to be from 1 day up to one year.
Create an API token from your Atlassian account:
Log in to https://id.atlassian.com/manage-profile/security/api-tokens.
Select Create API token.
Give your API token a name that describes what it does (e.g., "Velocity Integration").
Select an expiration date for the API token.
Token expiration is 1 to 365 days.
Select Create.
Select Copy to clipboard, then paste the token to your script, or save it somewhere safe.
Create an API token with scopes (Recommended)
You can specify what actions an API token has permission to perform - these are called scopes. The scope for an API token defines the levels of access to data in your Jira and Confluence apps. Scopes enhance security by allowing you to define specific permissions for API tokens.
Create a scoped API token from your Atlassian account:
Select Create API token with scopes.
Give your API token a name that describes what it does (e.g., "Velocity Integration - Jira Read Only").
Select an expiration date for the API token.
Token expiration is 1 to 365 days.
Select Jira in the app selection screen.
Select the following scopes for Velocity's read-only access:
read:jira-work - Browse projects and issues
read:jira-user - View user information and watchers
read:issue:jira - Browse issues and comments
Select Create.
Select Copy to clipboard, then paste the token to your script, or save it somewhere safe.
Submit your token to Velocity
Log in to your Velocity account at https://app.velocity.tech
Navigate to Application > Integrations.
Select Jira from the available integrations.
Enter your API token
Click Create Integration to complete the integration setup.
Required permissions
Velocity requires the following read-only permissions to function properly:
For Scoped Tokens:
read:jira-work
- Browse projects and issuesread:jira-user
- View user information and watchersread:issue:jira
- Browse issues and comments
For Traditional Tokens:
Browse Projects
Browse Issues
View Development Tools
Browse Comments (if comment analysis is needed)
Last updated