is that possible to move story data from servicenow-ADO ?

shabbir5
Tera Guru

Hi Guys,

 

I am trying to create a issue in ADO when ever a story is created in servicenow.

 

And i found one way to achive this , in flow designer i given trigger point as "incident creation"

 

and create a custom action and calling below script in the inputs:

sn_agile_ado_int.AgileADOUtils().exportCurrentRecordToADO(inputs.story_record,inputs.story_record);
 
and its now working 
 
and getting below error while executing in background script :
 
Any one of you please help me and give me better solution for this integration
 
Thank you,
Shabbir Shaik
com.glide.script.RhinoEcmaError: Cannot find function getTableName in object ******.
   script : Line(18) column(0)
0 REPLIES 0