How to send Base64 to Jira attachments?
I have a base64 image, and im using new FormData()
with formData.append('file', {
but this next part is confusing i can’t get this to work to attach base64 for Jira, always getting error from them.
I have a base64 image, and im using new FormData()
with formData.append('file', {
but this next part is confusing i can’t get this to work to attach base64 for Jira, always getting error from them.