how to do automatic page refresh in jira

Dinesh July 3, 2017

automatically page must be refreshed using script

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 3, 2017

You can either embed some javascript in your code, or modify the header of the page in the html your code generates.

However, in both cases, don't.  It loads the server and it's bad for the user experience.  Ideally, you should only reload the part of the page you need using AJAX.There is probably a much better way to do what you need, but you'll need to tell us why you think you want a refresh to get help with it.

Suggest an answer

Log in or Sign up to answer