How to find Jira Build Number from the database

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

目的

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

ソリューション

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


最終更新日 2018 年 11 月 1 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.