JIRA SPOKE Attachment URL cannot be empty.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2024 10:14 PM
Hi All,
While creating JIRA to ServiceNow integration, I am getting error:
Error: Attachment URL cannot be empty.
I am using Copy attachment to record action as following
the JSON being parsed as following in a custom action , i checked the out variable names and they are being received properly in variables no value is being fetched
var allInputs = JSON.parse(inputs.payload);
outputs.attachment_name = allInputs.attachment.filename;
outputs.attachment_url = allInputs.attachment.content;
on run time, no value is being fetched
0 REPLIES 0