About 195,000 results
Open links in new tab
  1. JQL cheat sheet - Atlassian

    Use this Jira JQL cheat sheet as your comprehensive guide to mastering Jira Query Language for advanced searching and filtering in Atlassian’s project management tool.

  2. Introduction to JIRA Query Language (JQL) - The Requirements …

    Today, I’m diving into the world of Jira Query Language (JQL), a powerful feature that makes searching and filtering issues in Jira effortless. If you’ve ever struggled to find specific tasks or …

  3. JQL cheat sheet | cheatsheets.one

    This cheat sheet provides an overview of Jira Query Language (JQL) and its usage in searching and filtering issues in Jira. It includes essential fields, operators, keywords, functions, and …

  4. Essentially, JQL is what’s called a query language: a specific way of writing asks to get the most flexible search possible from a database. Here, we go over the basics of how to use this …

  5. Use advanced search with Jira Query Language (JQL)

    You can use the Jira Query Language (JQL) to specify criteria that cannot be defined in the quick or basic searches. For example, you can use the ORDER BY clause in a JQL query to search …

  6. JQL operators | Jira Cloud | Atlassian Support

    To find work items where the value of a specified field exactly matches multiple values, use multiple " = " statements with the AND operator. Examples. The "!= " operator is used to …

  7. JQL Cheat Sheet | Cheatsheetindex

    This cheat sheet provides a comprehensive list of JQL commands, functions, and operators that can be used to search for issues in Jira. By using these commands, you can quickly and easily …

  8. The Ultimate JQL Cheat Sheet: How To Get Started, from an Expert …

    Jul 14, 2024 · Essentially, JQL is what’s called a query language: a specific way of writing asks to get the most flexible search possible from a database. It can be very powerful, but it also can …

  9. JQL Basics with Syntax - Atlassian Community

    Feb 17, 2025 · What is JQL? Jira Query Language (or JQL) is one of the most powerful tools available in Jira. The system uses the following data to filter issues.

  10. JQL Cheat Sheet: Master JQL Query Language & Syntax

    Nov 19, 2024 · It defines the relationship between fields and values (e.g., =, !=, IN). They are symbols such as equals (=), not equal (!=), greater than (>), less than or equal to (<=), and so …