- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2020 03:18 AM
Hi All,
We got a requirement to Built custom integration between SNow Problem module with JIRA Issue. I have built custom Rest based integration and able to create issue and add comments.
Now we need to pass the attachments from ServiceNow to JIRA.
It seems JIRA doesn't support Json for attachment API, It expecting file with "multipart/form-data" format.
Is it possible to convert attachment to the above format and post to JIRA?
Has anyone achieved it without MidServer?
Thanks in advance.
Thanks,
Venkatesh Dhanapal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2020 03:29 AM
you can send multi-part form date from ServiceNow to JIRA.
I don't think mid server is required here
refer below links for multi-part form data and REST
https://community.servicenow.com/community?id=community_question&sys_id=d905946cdb679b8067a72926ca96...
https://community.servicenow.com/community?id=community_question&sys_id=591eb718db16db00b61ff3231f96...
https://community.servicenow.com/community?id=community_question&sys_id=dcf3e30edb179300feb1a851ca96...
https://community.servicenow.com/community?id=community_question&sys_id=21619038dba5eb44f0612183ca96...
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2020 03:29 AM
you can send multi-part form date from ServiceNow to JIRA.
I don't think mid server is required here
refer below links for multi-part form data and REST
https://community.servicenow.com/community?id=community_question&sys_id=d905946cdb679b8067a72926ca96...
https://community.servicenow.com/community?id=community_question&sys_id=591eb718db16db00b61ff3231f96...
https://community.servicenow.com/community?id=community_question&sys_id=dcf3e30edb179300feb1a851ca96...
https://community.servicenow.com/community?id=community_question&sys_id=21619038dba5eb44f0612183ca96...
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2020 03:31 AM
Hi,
you can also handle this via JIRA Spoke
Jira spoke - upload attachment from Jira to Service now
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2020 03:32 AM
Hi,
sharing links for sending attachment to JIRA
Send attachment from Servicenow to JIRA using REST API
Business Rule to Send Attachments from ServiceNow to JIRA
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 03:15 AM
Hi Venkatesh,
Did you manage to get this worked? I'm also stuck at the same point.