- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 08:30 AM
Hi all,
I am trying for SNow - JIRA integration using JIRA spoke. Getting error "Cannot read property "length" from undefined". I haven't used length anywhere in the script. Below is the script I have used in subflow, which is getting me the payload. The same script is running in background script, but getting error when I test run the flow.
Please let me know what could be done to fix the issue. Thanks in advance,
Regards,
Mithun
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2022 01:04 AM
The issue was with the payload value I was trying to send to JIRA, the issue type value (Example Story, Epic etc.,) which Jira expected was not sent in the payload. Also, it's case sensitive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2022 08:45 AM
Hi,
Take a look at - Error "Cannot read property length from undefined" in my custom workflow activity 'Create PDL'., wh...
Thanks,
Sagar Pagar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2022 04:46 AM
Mithun,
At a guess, your issue lies in your for loop. I would debug inside the loop what the json_val[key] is and ensure that it exists in the variable you are expecting to retrieve it from.
Hope this helps,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2022 09:14 PM
Hi mit
I'm working as a pre-sales engineer with Exalate.
Exalate was designed with exactly these types of use-cases in mind, you could say that it is our "bread and butter".
One of Exalate's features, apart from syncing tickets bi-directionally, is having access to a script connection type, where the sky is truly the limit and your use-case will be solved by.
Any entity type will out-of-the-box be fully bi-directionally syncronized, which means, if a field gets updated on either side, it will automatically update on the other side, you can change this to make it uni-directional if you so please.
Exalate is easy and straightforward to set-up and you can control exactly which data you want to send and/or receive.
If you would like to see a customized demo of the product, please book a slot.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2022 01:04 AM
The issue was with the payload value I was trying to send to JIRA, the issue type value (Example Story, Epic etc.,) which Jira expected was not sent in the payload. Also, it's case sensitive.