Do filter subscriptions pull their results from cache?

Chris Solgat
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 29, 2015

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?

3 answers

1 vote
Kristian Walker _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 21, 2016

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

0 votes
Thanos Batagiannis _Adaptavist_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 30, 2015

Hi Chris, Could you please send the script you use in order to update and save the scripted field ?

0 votes
Chris Solgat
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 29, 2015

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?

Suggest an answer

Log in or Sign up to answer