Constructing JQL Queries
A simple query in JQL (also known as a 'clause') consists of a field, followed by an operator, followed by one or more values or functions. For example: Scoping and sorting
Part of a good query is knowing how to get data out of JIRA. The other part is knowing how to engage your team and your customers with the result. Let's start with two concepts that are critical to effective data presentation. Fields
A field in JQL is a word that represents a Jira field (or a custom field that has already been defined in Jira). Operators
An operator in JQL is one or more symbols or words that compare the value of a field on its left with one or more values (or functions) on its right, such that only true results are retrieved by the clause. Some operators may use the NOT keyword. |
Functions
A function in JQL appears as a word followed by parentheses, which may contain one or more explicit values or Jira fields. A function performs a calculation on either specific Jira data or the function's content in parentheses, such that only true results are retrieved by the function, and then again by the clause in which the function is used. Reserved characters & words
When using these common characters or words in queries, you need to: 1. Surround them with quote-marks. You can use either single quote-marks (') or double quote-marks (") eg. text ~ "encoding" 2. If you are searching a text eld and the character is on the list of reserved characters or words, precede them with two backslashes \\ Term modifiers
Word stemming
|
Cheatography
https://cheatography.com
JQL (JIRA Query Language) Cheat Sheet by justinbyrne
Cheatsheet for JIRA's Query Language
Created By
www.byrne-systems.com
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets