REST API attachments Transfer to JIRA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2018 10:21 AM
Hi,
We have already implemented Snow-JIRA integration and built it by our own not using the John anderson POC for snow-jira integration update set.
Requirement is we want to implement the attachment transfer from Snow to JIRA application using REST API.
I have referred lot of community articles but unable to implement it because JIRA application supports only Multipart/form-data, it will not support Binary data format for attachments.
Anyone if worked please help me with code, how they have implemented would be really helpful for lot developers.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2020 05:23 PM
You can send binary attachments from ServiceNow to Jira and other platforms with multipart, however it is pretty complicated. This article explains it: