Skip to content
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

  1. Go to Account Settings → Security → API tokens.
  2. Click Create and manage API tokens, then Create API token.
  3. Give it a descriptive name (e.g., “AndonPulse”) and set the expiration to one year to avoid frequent rotation.
  4. Copy the token — you will not be able to see it again.

2. Connect Jira in AndonPulse

  1. In AndonPulse, go to the new integration page.
  2. Select Jira.
  3. 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.
  4. 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

  1. In GitHub, go to Settings → Developer settings → Personal access tokens → Fine-grained tokens.
  2. Click Generate new token.
  3. Set the Resource owner to your organization.
  4. Set the expiration to one year to avoid frequent rotation.
  5. Under Repository access, select the repositories you want AndonPulse to have access to.
  6. Under Repository permissions, grant the following (read-only):
    • Pull requests
    • Contents
    • Issues
  7. Generate the token and copy it — you will not be able to see it again.

2. Connect GitHub in AndonPulse

  1. In AndonPulse, go to the new integration page.
  2. Select GitHub.
  3. 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-*.
  4. 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