We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

JIRA SPOKE Attachment URL cannot be empty.

ankitsharma_487
Giga Guru

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

ankitsharma_487_0-1724649037111.png

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
 
ankitsharma_487_1-1724649231192.png

 

 

0 REPLIES 0