| Project Key | GitHub Repo | Status | Oz Env | Actions |
|---|---|---|---|---|
| HYDI | Hyperbolic-ApS/hyper-dispatch | active | RvqjnPmZ0f9c8WBkrAXZPY | Edit · Validate |
Create one Jira Automation rule to connect Jira to HyperDispatch:
https://<your-hyperdispatch-host>/webhook/jira{
"issueKey": "{{issue.key}}",
"projectKey": "{{issue.fields.project.key}}",
"transitionTarget": "{{transition.to_status.name}}"
}
ℹ️ HyperDispatch silently ignores webhooks for projects that are not configured above.