The CreatorCon Call for Content is officially open! Get started here.

REST API attachments Transfer to JIRA

harishdasari
Tera Guru

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.

20 REPLIES 20

Aleksas Kucins1
Giga Expert

You can send binary attachments from ServiceNow to Jira and other platforms with multipart, however it is pretty complicated. This article explains it:

https://servicenowthink.wordpress.com/2020/04/13/how-to-send-binary-data-with-multipart-from-service...