This site defines how to disable Disable analytics information:
It talks about adding "atlassian.upm.server.data.disable=true".
I tried adding this to setenv.sh at JVM_SUPPORT_RECOMMENDED_ARGS=""
But Jira would not start properly. Is this the right place to add this option? Please provide detailed steps on where to add this setting.
Jira Data Center 7.10.2/Unix
Thanks,
Jay
Hi Jay,
I'm afraid that this UPM documentation isn't really clear enough for how to exactly do this in Jira. It might be that this is by design since the UPM can be used in different Atlassian products, like confluence, bitbucket, etc. In turn the steps in each program could be slightly different in regards to how to make this change.
For the Java startup options in Jira, I believe that these Atlassian settings have to be prefixed with the sting '-D' (without quotes). So you should be able to make your
JVM_SUPPORT_RECOMMENDED_ARGS="-Datlassian.upm.server.data.disable=true"
Alternative to using that place to set this, I was also able to set this value in the jira-config.properties file which you can create in the $JIRAHOME/ directory. Details on how to do this are explained in more details in How to edit the jira-config.properties file. If you use this method, you will likely have to create this file yourself as this does not exist by default. But this is just a text file that Jira will look at for application properties like this one at startup. If you use this method to set this property, the syntax would be just
atlassian.upm.server.data.disable=true
I hope this helps.
Andy
Thank you for your input on Jira configuration.
Would happen to know file and location o make the similar changes for BitBucket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not certain if this can be set in a config file for Bitbucket, but perhaps the bitbucket.properties file might be able to do this. If not, you could also check out the document on Collecting analytics for Bitbucket Server, which appears to indicate that you can disable this from within Bitbucket if you choose.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.