There are many JQL plugins in the Atlassian Marketplace that can provide access to helpful functions which simplify queries. Fields are columns that contain different types of information in the system (like issue type and priority). That way, you’ll have access to your search results with a single glance. In the above query, Jira would return a list of issues sorted by assignee first, then sort by due date for all issues with the same assignee. A function is a pre-made command that users can plug into their query to return certain values. The rest of the query remains the same, except for the addition of an “OR” keyword and a query for high priority issues.

Note that the Lucene value for Customer Request Type, is portal-key/request-type-key. While the portal key cannot be changed after a service project portal is created, the project key can be changed. The Request Type key cannot be changed once the Request Type is created. Jira text-search syntax can be used with custom fields of type ‘Text’.

How do I create a query in Jira?

I have several teams that have active sprints, and I need to get the sprint names. From the issue view you will recognize that by looking at the “Sprint” field.In the example above you see an open sprint listed, alongside with one completed sprint. For new users a fixed duration of two-weeks for each sprint is common. Two weeks are long enough to get something accomplished, but not too long so that a team is able to get regular feedback. This field is only available if time tracking has been enabled by your Jira administrator, and can only support the CONTAINS operator (“~”). Search for issues where the time spent is set to a particular value (i.e. a number, not a date or date range).

what are JQL queries

JQuery also provides a paradigm for event handling that goes beyond basic DOM element selection and manipulation. The event assignment and the event callback function definition are done in a single step in a single location in the code. JQuery also aims to incorporate other highly used JavaScript functionality (e.g. fade ins and fade outs when hiding elements, animations by manipulating CSS properties).

Using Jira JQL Functions for advanced searches

This filters issues where the SLA cycle is complete, meaning the issue has reached one of their stop events. This filters out issues where the last SLA cycle has failed to meet its target goal. To do so, use one of the entries available in the the response of the /rest/capabilities endpoint. To create an issue in Jira, you first need to specify a project.

what are JQL queries

You can also search for issues without any labels to easily identify which issues need to be tagged so they show up in the relevant sprints, queues or reports. If what are JQL queries and how to use them you’re a Jira admin, take a look at Configuring issue linking for more info. Search for issues that have a particular link type, like blocks or is duplicated by.

This filters issues whose SLA cycle’s clock meets a specified time condition before the issue will breach an SLA goal. This filters issues where the current SLA clock is running, meaning the issue haven’t yet reached one of the stop events. You can optionally link a query together using a few select keywords.

what are JQL queries

Note that you can only find issues for which you have the “View Voters and Watchers” permission, unless you are searching for your own votes. Search for issues where the summary contains specific text using Jira text-search syntax. Search for issues that are assigned to a particular sprint.

  • Search for requests that have been approved or require approval.
  • Please note that the search results will be relative to your configured time zone (which is by default the Jira server’s time zone).
  • Use “w”, “d”, “h” and “m” to specify weeks, days, hours, or minutes.
  • The “CHANGED” operator is used to find issues that have a value that had changed for the specified field.