Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira plugin not updated correctly

Dheeraj Kumar Aggarwal
Contributor
March 26, 2012

Hi Atlassians,

I am developing a jira plugin. Some times I face very weird kind of issues while upgrading my plugin through UPM like

  • Some times plugin java class files are updated, but velocity template files are not updated
  • Some times plugin java class files are also not updated.

is there anything to solve this issue.

1 answer

0 votes
Dennis Kromhout van der Meer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 4, 2012

Be sure to use atlas-clean before packaging/releasing your plugin. Additionally, it can happen that your browser is using its cache to display, use CTRL+F5 or shift+reload to make sure that you're you're not actually using the cache.

Dheeraj Kumar Aggarwal
Contributor
April 4, 2012

Hi Dennis,

Thanks for the reply.

We always use atlas-clean before releasing the plugin and this command always executes as per our build process. And that template file is a dynamic page, not a static page. I think, there should no need to clear browser cache to render that template file. Is there anything, we need to set like request headers etc.

Suggest an answer

Log in or Sign up to answer