The GitHub integration connects repository activity back to Atoll tasks.Documentation Index
Fetch the complete documentation index at: https://docs.atollhq.com/llms.txt
Use this file to discover all available pages before exploring further.
What it does
- Lists available repositories for connection.
- Registers webhooks for connected repositories.
- Detects issue identifiers in PR titles or branch names.
- Records PR links on matching Atoll issues.
- Can close tasks when linked pull requests merge.
Issue identifiers
Use task identifiers in branch names and PR titles:ATOLL-123.
API endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/orgs/{id}/github-connections | List connected repositories |
GET | /api/integrations/github/repos | List available repositories |
POST | /api/integrations/github/connect | Connect a repository |
POST | /api/integrations/github/disconnect | Disconnect a repository |
GET | /api/orgs/{id}/issues/{issueId}/pr-links | List PR links for an issue |

