I'm migrating from Jira 9.4.9 to Jira Cloud.
I have many script fields that I use in my saved filters. I have rewritten all of my scripts to make them run on Jira Cloud. Since we can't do JQL on scripted field values anymore on the Cloud, my scripted fields are updating the value of static custom fields instead and I do my JQL on these custom static fields.
The problem I have now is that the scripted fields are ran only when I display an issue, which means all my saved filters are not returning what they should.
It also means that if a script field depends on something that I can change without displaying an issue, it can be in a wrong state and my jql query wrong as well.
So how can I make all my script field values update at once when I add them back to the cloud and how can I be sure all my scripted fields always have the right value?
Thank you