Send Attachment to JIRA issue

Community Alums
Not applicable

I need to send the attachment from the ServiceNow incident to JIRA Issue. I have searched all over the net if I sent the attachment by converting it into base 64 the response shows as 401 - Bad request. How should I send the attachment and what are parameters i should include in the body JSON?

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Please explain in detail (with screenshots and code excerpts} what you have implemented so far.

Vishwa Pandya19
Mega Sage

Hello,

 

You can refer to below discussion.

https://www.servicenow.com/community/now-platform-articles/copy-attachment-jira-spoke-servicenow-to-...

 

I have used it last week itself and it works for me.

If you want to avoid creating a custom field on the attachment table, then in the LOOK UP ATTACHMENT RECORDS you can use the filter "Created on Current Minute or Created on Last Minute".

 

If my answer helps you in any way please mark it as correct or helpful.