Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
JIRA 4 introduced a powerful SQL like query language called JQL. Supporting JQL can provide powerful ways of downloading issues; Using textual status and resolved ids instead of numeric based ids, Query by ranges of fixVersion, etc...
Sample JQL:
project = MCHANGES AND resolution = Fixed AND status in (Resolved, Closed) AND fixVersion <="2.6" ORDER BY fixVersion DESC
Attachments
Issue Links
- is superceded by
-
MCHANGES-285 SAXException parsing JIRA XML from JIRA 5.1
- Closed