How to retrieve Jama Connect version programatically

Riya Ray
Riya Ray
  • Updated

Author: Riya Ray

Date: May 29, 2025

Audience: Everyone

Environmental details: Cloud, Self-hosted

Summary

Sometimes, you may need to retrieve the current Jama Connect version programatically for automating any scripts or reports.

Solution

To do this, you can run the below command:

curl -s <JamaCloudURL>/login.req | sed -n 's/.*<span class="j-login-version-number">\([^<]*\)<\/span>.*/\1/p'

If you have SAML enabled, then please use the following:

curl -s <JamaCloudURL>/casper/login.req | sed -n 's/.*<span class="j-login-version-number">\([^<]*\)<\/span>.*/\1/p'

 

Please feel free to leave feedback in the comments below.

 

Related to

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.