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
Comments
0 comments
Please sign in to leave a comment.