Sentry · Arazzo Workflow
Sentry Escalate and Assign an Issue
Version 1.0.0
Find a high-severity unresolved issue, review its events, then escalate priority and assign an owner.
View Spec
View on GitHub
Error MonitoringDebuggingObservabilityApplication Performance ManagementDeveloper ToolsArazzoWorkflows
Provider
Workflows
escalate-issue
Escalate the top high-severity unresolved issue and assign it to an owner.
Lists unresolved high-severity issues sorted by frequency, selects the top one, reviews its recent events, then updates it with a critical priority and an assignee. Ends early when no matching issue is found.
1
findIssue
listOrganizationIssues
List unresolved issues matching the severity query, sorted by frequency, returning the single top candidate to escalate.
2
reviewEvents
listIssueEvents
Pull the issue's most recent events with full data to give the assignee context at escalation time.
3
escalateIssue
updateIssue
Escalate the issue by setting a critical priority, assigning an owner, and marking it seen and subscribed.