Projects

Project Key GitHub Repo Status Oz Env Actions
HYDI Hyperbolic-ApS/hyper-dispatch active RvqjnPmZ0f9c8WBkrAXZPY Edit · Validate

Webhook Setup

Create one Jira Automation rule to connect Jira to HyperDispatch:

  1. In Jira, go to Project Settings → Automation (or use global automation to cover all projects)
  2. Create a new rule with trigger: Issue transitioned
  3. Add action: Send web request
  4. Set URL to: https://<your-hyperdispatch-host>/webhook/jira
  5. Method: POST, Content type: application/json
  6. Set the body to:
{
  "issueKey": "{{issue.key}}",
  "projectKey": "{{issue.fields.project.key}}",
  "transitionTarget": "{{transition.to_status.name}}"
}

ℹ️ HyperDispatch silently ignores webhooks for projects that are not configured above.