I have created a Script Report where I am rendering top contributors with their contributions count, and in that report, there is a contributor field. I have added custom formatter function in that contributor field as I want to redirect it to another report where all the contributions per repo of that contributor will be shown. In that report contributor is a filter. I am passing this as a query string from the top contributors report, they are properly passed to the navigated report but in that report filters are not getting applied anyhow. But the thing is that the filter is getting applied properly when I visit same contributor link again. There is some issue in caching. Can someone help me out?