-
Bug
-
Resolution: Timed out
-
Low
-
2
-
Severity 2 - Major
-
Summary
Webhook's response returns an empty array for attachments in the issue created event when issue is created via issue collector even though the issue contains an attachment:
Environment
Jira Cloud
Steps to Reproduce
1. Create an issue collector, checking the Attach file option so users can attach file to the form;
2. Create a webhook (issue created event) that will return issues from the project related to the issue collector.
3. Create an issue from the issue collector form:
- In my test, I've just opened a file with HTML and the embedded script in Chrome;
- This is the file template: test.html
- Check the result from the webhook (the attachment key).
Expected Results
The issue created event should have a value for the attachment key in the response.
Actual Results
The response returns an empty array for the Attachment key.
Workaround
No workaround at the moment
- relates to
-
JRACLOUD-71002 Jira webhook doesn't send information about attachments when issue is created via email
-
- Closed
-