Hi,
I’ve setup some javascript calculated custom fields in the account settings that need to run on every import as they need to change values as issues get older / untouched.
Usually for jira fields we can enable fields like this to always import, but that’s not possible with these javascript fields. Is there no way to flag these scripts to just always run on all issues?
We can easily just run this overnight to avoid performance hits, but I’d hate to have to always have to remember to hit full reimport every day just to deal with this.
I could implement this as a scripted field, but that’s a performance hit on JIRA during work hours.
Have I missed something or is this a feature request?