How to find Jira Build Number from the database

Still need help?

The Atlassian Community is here for you.

Ask the community

Purpose

At times we may need to identify the JIRA application build number. This query will return the build number from the database.

Solution

Run the following query to the database:

select propertyvalue from propertystring where id = (select id from propertyentry where property_key = 'jira.version.patched');

Use this page to cross reference the Build Number - JIRA Build and Version Numbers Reference


Last modified on Nov 1, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.