Cross-Provider Workflow
Palo Alto Cortex XDR Incident to GitHub Issue
Version 1.0.0
Pull a Cortex XDR incident with extra data and open a GitHub tracking issue.
Providers Orchestrated
Workflows
xdr-incident-to-issue
Get a Cortex XDR incident and its detail, then open a GitHub issue.
Retrieves incidents from Cortex XDR, pulls extra data for an incident, and creates a GitHub issue to track the investigation.
1
get-incidents
$sourceDescriptions.cortexXdrApi.getIncidents
Retrieve open incidents from Cortex XDR.
2
get-incident-detail
$sourceDescriptions.cortexXdrApi.getIncidentExtraData
Fetch extended detail for the targeted Cortex XDR incident.
3
open-issue
$sourceDescriptions.githubRepoIssuesApi.createAnIssue
Open a GitHub issue to track the Cortex XDR incident.
Source API Descriptions
openapi