-
Bug
-
Resolution: Unresolved
-
Medium
-
Minor
-
Jira Software
Issue Summary
Payloads over 1MB do not trigger the incoming webhook trigger, however still return a 200 OK response.
Steps to Reproduce
- Create an automation rule in Jira Cloud with "Incoming webhook" trigger and "Log action".
- Send a POST request to the webhook with the attached test_OK.json as body.
- The response is HTTP 200 and the Audit log reflects that the trigger is invoked. :check_mark:
- Send a POST request to the webhook with the attached test_NOT_OK.json as body.
- The response is HTTP 200, however the trigger is not getting invoked according to the Audit log. No error is displayed. :cross_mark:
Expected Results
The appropriate HTTP error code.
Actual Results
The execution does not get triggered, but the response from the request is 200 OK.
Workaround
None really, ensure payloads are less than the limit.