About 78,500 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. 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 …

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

    Discover the power of JIRA Query Language (JQL) with practical examples, syntax tips, and visualization ideas.

  4. 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 …

  5. JQL Basics with Syntax - Atlassian Community

    Feb 17, 2025 · Breaking Down a JQL Query. A JQL query is a set of words and operators that define how Jira will narrow your search. In basic searches, the queries are already pre-built for …

  6. Tutorial for querying with JQL - Xray Server + DC - XRAY view

    Jul 17, 2025 · JQL stands for "Jira Query Language," and it is a search language used to query Jira data. JQL allows users to search for issues in Jira by specifying criteria such as issue …

  7. 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 …

  8. Unlock Advanced Search with Jira Query Language (JQL) | Atlassian

    Advanced search allows you to build structured queries using Jira Query Language (JQL) to search for work items within and across projects. Query results can be saved and used as …

  9. JQL (Jira Query Language) Tips and Tricks - A JQL Cheat Sheet

    JQL (Jira Query Language) is a powerful query language that allows you to search for issues in Jira based on various criteria. Whether you are a Jira beginner or a seasoned user, here are …

  10. JQL Cheat Sheet A simple query in JQL (also known as a “clause”) consists of a eld, followed by an operator, followed by one or more values or functions. For example: project = Test eld …