We have a filter subscription that goes out once per day. In the email sent, it displays the contents of a custom field (Scripted Field to be exact). The problem is that even though the field has updated, the email still contains the old information. It only seems to update after a re-index. Any ideas on how to stop this?
Hi Chris,
Is this issue with the scripted field containing cached values for the issue. If so you may want to add the following code below the import statements for the scripted field in order to disable the caching of values for the scripted fields on issues.
enableCache = {-> false}
More information can be found in the documentation here.
I hope this helps.
Thanks
Kristian
Hi Chris, Could you please send the script you use in order to update and save the scripted field ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This may be related to when the "searchrequest" index is updated at the end of a system re-index. I tried re-indexing just the project and it didn't help. Is there a way to trigger the searchrequest index to be updated?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.