How to import attachment from Jira into ServiceNow

sandeep yadav
Tera Contributor

Hi Team,

I want to import the attachment of the issue from Jira to Snow.

In API, I am getting the URL of the image and other details but not sure how to insert that image in the sys_attachment table 

sandeepyadav_0-1698050661497.png

sandeepyadav_1-1698050692052.png

 

 

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@sandeep yadav 

you possibly need to hit the JIRA API again to get the file

check this link

How do I get the attachments from Jira to ServiceNow using Rest API. 

this link uses JIRA spoke

Jira spoke - upload attachment from Jira to Service now 

Method to get attachments from JIRA to ServiceNow 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

sandeep yadav
Tera Contributor

Thank you, Ankur,

 

Is there any other way to import attachments from Jira to Snow because I am looking to import without using the integration hub?