-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
None
-
Affects Version/s: 4.0
-
Component/s: JQL
-
4
During the namifying of queries from XML in Upgrade Task 428, if an exception is caught it is logged along with the query. However, the query is always logged as 'null' because we call #getQueryString() instead of #toString() on the QueryImpl object.
log.warn("Could not namify the query: '" + queryFromXml.getQueryString() + "'", e);