I am running my plugin using atlas-debug coomad. I am trying to set the system property
com.atlassian.jira.clickjacking.protection.exclude=/rest/my-plugin/1.0/dashboard,/rest/collectors/1.0/template/form/
If JIRA is installed, then we can set it by
<jira-install>/bin
, open setenv.bat.
But when I do atlas-debug, there is o such file setenv.bat
Hi Subhajit,
The flag you referenced (JVM_SUPPORT_RECOMMENDED_ARGS) is just a quick way in the setenv file to pass parameters in to Java during application startup. You can also just pass arguments straight to the JVM to achieve the same results. There are a couple easy ways of doing this:
I hope that helps!
Cheers,
Daniel
P.S. While we are happy to help here, you can also ask plugin development questions at our developer-centric community: community.developer.atlassian.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.