Difference between revisions of "Jira"

From Server Knowledge Base
Jump to navigationJump to search
(Created page with "== Check version of Jira on Linux/Unix via command line == This is specifically for if you are using a MySQL database. select * from propertystring where id = (select id fro...")
(No difference)

Revision as of 09:34, 27 July 2018

Check version of Jira on Linux/Unix via command line

This is specifically for if you are using a MySQL database.

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