We have a security policy that is required to timeout every 15 minutes of inactivity. To solve this with our custom apps, we just put in a JS timer and a simple pop up, then make an AJAX call to reset the time.
In Jira, is there a common file Jira loads each time that I could put in this JS snippet for our time out issue?