Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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