I have a javascript custom field to calculate if a bug has reached its SLA. This is based on when the bug was created. These values aren’t updated on import unless the bug was updated or I reimport everything.
Is there a way to get the javascript custom fields to recalculate on automatic imports?
Hi @jramirez,
The regular import only fetches issue data that has been updated since the last import, including JavaScript calculated fields. Unfortunately, there’s no way to make the regular import recalculate the JavaScript calculated field for issues that haven’t been updated in Jira.
You might consider calculating the same using MDX formulas during report execution. This would make the report slower but would ensure that the calculation is done for each issue.
Best,
Zane / support@eazyBI.com