Hello,
I am trying to import field Creator into eazybi but when i try to import Jira tickets i get the error in the 2nd screenshot
error: Cannot read property "displayName" from undefined
The same ticket returns the expected results when testing the code
Is there a solution to this problem?
Hi @Ioannis Kouris ,
There are slightly different API calls used for testing the code and the actual data import.
The error message indicates that the field "creator" itself is not visible to eazyBI during the data import. Therefore, it is not possible to access the field from non-existing object.
You might try adding the following additional advanced settings for your "Creator" calculated field to inform eazyBI that the source field "creator" should be requested from Jira.
json_fields = ["creator"]
The final look should be as follows.
Regards,
Oskars / eazyBI support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.