Hi
I'm looking for way to get Jira DataCenter version while use Python script , do you familiar with any way ? I checked JIRA module but I didn't find this option over there.
BR
po85
Hi @pop75 pop75
in order to query that information via REST API endpoint api/2/serverinfo like Nic already perfectly stated it does not matter if you are coming through a basic auth or personal API token (PAT) available from v8.14 on - these are just slightly differences in authentication, the call to API endpoint which will give you the desired information is the same in technical matters.
So, yes, you can just use Basic Auth for the moment.
Regards,
Daniel
Your python can make the REST call to get from api/2/serverinfo - the response will contain both the human version and the build number
Note that for DC it will return the info for the node that services the call, other nodes may be running on slightly different versions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nic
thank for your reply , I run JIRA DC 8.13.x version Do I have to use Basic auth for the same ? I understood API token available from 8.14.x version
BR
po85
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the authentication element, I'm going to point at what @Daniel Ebers said - it's right, and better written than what I'd say.
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.