Integrations
Integrations
AndonPulse connects to your existing tools to pull in engineering activity automatically. Currently supported integrations: Jira and GitHub.
Jira
1. Create an API token
- Go to Account Settings → Security → API tokens.
- Click Create and manage API tokens, then Create API token.
- Give it a descriptive name (e.g., “AndonPulse”) and set the expiration to one year to avoid frequent rotation.
- Copy the token — you will not be able to see it again.
2. Connect Jira in AndonPulse
- In AndonPulse, go to the new integration page.
- Select Jira.
- Fill in the following fields:
- API token — the token you just created.
- Domain — your Atlassian domain, e.g.
company.atlassian.net. - Email — the Atlassian account email associated with the token.
- Click Save.
AndonPulse will begin synchronizing your Jira data. Initial sync may take a few minutes depending on the size of your project history.
GitHub
1. Create a fine-grained personal access token
- In GitHub, go to Settings → Developer settings → Personal access tokens → Fine-grained tokens.
- Click Generate new token.
- Set the Resource owner to your organization.
- Set the expiration to one year to avoid frequent rotation.
- Under Repository access, select the repositories you want AndonPulse to have access to.
- Under Repository permissions, grant the following (read-only):
- Pull requests
- Contents
- Issues
- Generate the token and copy it — you will not be able to see it again.
2. Connect GitHub in AndonPulse
- In AndonPulse, go to the new integration page.
- Select GitHub.
- Fill in the following fields:
- Token — the fine-grained token you just created.
- Repositories — a comma-separated list of repositories to sync, e.g.
org/repo1, org/repo2. You can also use patterns to match multiple repositories, e.g.org/service-*.
- Click Save.
AndonPulse will begin synchronizing your GitHub data. Initial sync may take a few minutes depending on the size of your repository history.
Can’t find what you’re looking for? Reach out to us at [email protected]
Last updated on