How to import attachment from Jira into ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 01:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 03:51 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2023 05:27 AM
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?