Jira reload gadget specification cache
We have a custom jira gadget that summarizes the ti开发者_如何转开发me developers booked on tickets.
When I make a change to the specification file (gadget.xml), there doesn't seem to be any way to know when the change will be reflected on the users' browser. Jira appears to cache the specification.
Is there any way to force the refresh of this content, without all users having to re-add the gadget to their dashboards?
Yes, if you add ?ignoreCache=true
to you url
http://<your host>/Dashboard.jspa?ignoreCache=true
should do it.
Restart JIRA. During development, markdemich`s method is best for quick tests but for clearing cache across JIRA, a simple restart clears the cache for all gadget instances.
精彩评论