We would like to integrate the jira webhook to our iOS app to bring the bug report functionality to our user.
The webhook is configured and working fine as whenever the user do a report (making a POST call from the app with the payload) it creates a JIRA ticket for that issue. however to make it even better, we want to allow users to attach images to the bug report. So the image can also be attached to the ticket.
How to do that?