Skip to main content
The Jira plugin handles incoming webhooks. Point your provider’s subscription URL at your Corsair HTTP handler (see Overview for setup context and the exact URL shape).
New to Corsair? See webhooks and hooks.

Webhook map

  • issues
    • newIssue (issues.newIssue)
    • updatedIssue (issues.updatedIssue)
  • projects
    • newProject (projects.newProject)

HTTP handler setup

app/api/webhook/route.ts

Events

Issues

New Issue

issues.newIssue Triggered when a new issue is created in Jira Payload
webhookHooks example

Updated Issue

issues.updatedIssue Triggered when an issue is updated in Jira Payload
webhookHooks example

Projects

New Project

projects.newProject Triggered when a new project is created in Jira Payload
webhookHooks example