#Sentry github API
1 messages · Page 1 of 1 (latest)
Hi @rapid dirge. I'm happy to dig into this for you! I'll check my internal sources for answers to your question! :wave:
Here's an overview of how Sentry communicates with GitHub for issue creation, both automatically and manually:
GitHub Issue Management in Sentry
Manual Issue Creation
Once you've navigated to a specific Sentry issue, you'll find the Linked Issues section on the right-hand panel. From there, you can create a new GitHub issue or link an existing one directly from the Sentry UI. [GitHub integration docs]
Note: Manual issue management is available to organizations on Team, Business, or Enterprise plans.
Automatic Issue Creation
To automatically create GitHub issues, you set up an Issue Alert in Sentry. When configuring the alert's action, you select "Create a new GitHub issue". A GitHub issue will then be created automatically whenever the alert is triggered. [GitHub integration docs]
Note: Automatic issue management is available to organizations on Business or Enterprise plans only.
Required GitHub Permissions
For Sentry to create and update GitHub issues, the GitHub integration requires Read & Write access to Issues — specifically "To create GitHub issues from Sentry events and update linked issues." [GitHub integration docs]
Additional Resources
- For a general overview of the integration and its capabilities, see the Sentry + GitHub blog post.
- For automated issue creation tied to User Feedback, there's a separate alert-based workflow described in the User Feedback docs.
⚠️ There is no publicly documented API endpoint for programmatically linking Sentry issues to external trackers like GitHub via the API — this has been noted as a known gap in Sentry's public documentation.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@rapid dirge Our robots are still learning and improving, please let us know if this response was correct by reacting below.
@quiet quest Which repository handles this communication, specifically, when someone clicks on the create an issue button?
Let me check the knowledge base for you again. One moment! :books:
The knowledge sources provided do not contain information about which specific repository handles the GitHub issue creation communication when someone clicks the "Create Issue" button in Sentry. The sources describe the functionality of the integration but do not detail the underlying codebase or repository structure responsible for that communication.