Hello All !
Few Jira Users are enabling the "refresh for every 15 mins" option in gadget which are leading to jira performance issues. Is there any way to find out which users are enabling the option.
Thanks in advance !
Hello @[deleted] ,
Some of the gadgets type can be configured with an auto refresh interval set to 15 minutes that cannot be configured within a user interface. However, this may cause unnecessary strain to the system if there are many gadgets operating in the same time.
It is possible to automatically disable refresh in all existing gadgets or set them to a different interval. The gadgets settings are stored in the gadgetuserpreference table, which can be manipulated with help of the following sample queries:
UPDATE gadgetuserpreference SET userprefvalue='false' WHERE userprefkey='refresh';
Hello @Ollie Guan ,
Thanks for the fast response ! Your answer is very helpful to me. But I need a solution without changing or disturbing the database. Is there any solution like filter queries to get the users list who enabled the refresh option in gadget or is there a way to set the permissions for enabling the refresh option only to admins.
Thanks in advance !
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.