Send Attachment to JIRA issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 09:38 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 08:19 PM
Please explain in detail (with screenshots and code excerpts} what you have implemented so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 09:32 PM
Hello,
You can refer to below discussion.
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.