ScriptRnner Scripted fields and value update

Hi there,

We are using a scripted fields in some reports on Eazybi through the following advanced Setting:

[jira.customfield_13405]
data_type = “string”
dimension = true
separate_table = true

The fields is imported as a dimension and as a property.

The scripted field set a value on the issue based on the current issue Type and on the project Category.
We changed some category on several projects.
Ran another import of the data in EazyBi but some scripted fields are still showing the precedent value (but some issues on the same project are correct), anyway opening them in Jira the expected value is displayed.

Should we force some recalculation when updating scripted fields to have them well displayed in EazyBI ? And if yes, how ?

Hi,

Try adding extra line to your eazyBI advanced settings

[jira.customfield_13405]
data_type = "string"
dimension = true
check_calculated_value = true
separate_table = true

After updating eazyBI advanced settings, please run data import without this custom field selected to drop it from the DB.
Once the first import is completed, you can select this custom field again and import data with new settings.

Martins / eazyBI support