I have custom mail handler which creates Jira issue and then makes an attachment from message and add it to that issue
attachmentManager.createAttachment(File, String, String, User, Issue);
It works I have new issue with attachment.
Then I try to make webhook with Issue Related Events
But webhooks works only on issue created and sends json with empty attachments
{"webhookevent":"jira:issue_created" "id":"123","key":"ABC", "fields":{"project"{"id", "key", "name"}, "attachment":[]}}
@aas You would just need to add the attachment as part of a comment and that will fire off the event.
At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.
Read the story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.