Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I unzip and install atlassian-jira-software-8.20.7.tar.gz on a linux server and launch it with the start-jira.sh command. The jira application is accessible to the browser. So I modified a js file under the /atlassian-jira/static/util directory. After restarting the new jira application, I found that the changed js file contents did not take effect. The contents of the batch.js file downloaded by the browser client are not updated. How can I update the batch.js file synchronously? Or how to clean the cache of the batch.js file?