You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a POST /jira-webhook endpoint as an alternative to polling for instant Jira issue triggering. Requires Jira admin access to configure. Should use the same CodingTaskHandler interface as the poller.
Acceptance Criteria
POST /jira-webhook endpoint with HMAC-SHA256 validation
Parses jira:issue_updated events with status change to trigger status
Calls the same CodingTaskHandler as the poller
Works alongside polling (either or both can be active)
What
Add a POST /jira-webhook endpoint as an alternative to polling for instant Jira issue triggering. Requires Jira admin access to configure. Should use the same
CodingTaskHandlerinterface as the poller.Acceptance Criteria
jira:issue_updatedevents with status change to trigger statusCodingTaskHandleras the poller