Cross-Provider Workflow
Sentry Issue to GitHub Issue to Slack
Version 1.0.0
Pull the latest Sentry issue, open a GitHub issue, then notify Slack.
Providers Orchestrated
Workflows
sentry-issue-to-github-to-slack
List a Sentry issue, open a GitHub issue, and notify Slack.
Retrieves open issues for a Sentry organization, opens a GitHub issue that references the top Sentry error, and posts a Slack message with the link.
1
list-sentry-issues
$sourceDescriptions.sentryApi.listOrganizationIssues
List open issues for the Sentry organization.
2
open-github-issue
$sourceDescriptions.githubIssues.createAnIssue
Open a GitHub issue referencing the Sentry error.
3
notify-slack
$sourceDescriptions.slackChat.postChatPostmessage
Notify the triage Slack channel with the issue link.
Source API Descriptions
openapi
openapi