MSIE aggressively caches the responses of AJAX requests. Therefore, it doesn't update the views correctly when new data is available in the server-side.
We should either send appropriate Cache-Control HTTP headers, and (if necessary) also configure jQuery, through cache:false setting on jQuery.ajax (on individual calls) or jQuery.ajaxSetup (globally).
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira