Hi,
I have a problem with calculated JavaScript members.
Recently, my administrator has updated the database which probably broke something. Before the update, JavaScript fields used to work just fine.
In Advanced settings, for test, I’ve created the following:
[jira.customfield_debug_test]
name = “Debug test”
data_type = “text”
javascript_code = ‘’’
issue.fields.customfield_debug_test = “hi”
‘’’
However, there is no “Debug test” field available in Measures when I try to create a report (with “Issue” in rows).
Import and Re-import all data works fine and field is checked in custom fields import.
I’ve simulated syntax error by removing " in the custom field’s definition, and import failed, so EazyBI uses my Advanced settings.
Would you please advise what can I / my administrator check to ensure JavaScript members are available for my reports?
Regards,
Paul