Embed Page Refresh
Feature request that certain JIRA dashboards should reload more frequently than every fifteen minutes. So, I cooked up some JavaScript to hide in the announcement banner:
Now users can add refresh=nn
and the page will reload every nn seconds. This ought to work in most cases where you can sneak some HTML into a Web App.
Function gup
stolen from http://stackoverflow.com/questions/979975/how-to-get-the-value-from-url-parameter.