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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.