Jira
From Server Knowledge Base
Revision as of 09:34, 27 July 2018 by Rootadminacc (talk | contribs) (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...")
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');