Top "Jql" questions

JIRA Query Language (JQL) is used to perform advanced searches within JIRA.

How to search for JIRA issues NOT in filter

How can I find issues which are not a member of an existing filter? I have an agile board which …

jira jql
How do I retrieve issues of specific status with JQL

Entering a url, or running with curl, like: https://<myurl>/rest/api/2/search?jql=project=<myproject>&…

jira jql jira-rest-java-api
Custom 'ORDER BY' status in JIRA

Hi I have the following query for my filter: project = BOARD AND status in (Backlog, New, Design, Dev, "Sign Off", …

jira jql
How to count the number of comments in JIRA

I want to create an Issue Filter that shows me the number of comments per issue, and then sorts by …

jira jql
how can get count of rows in hibernate when hql have group by?

I have hql query that have group by .In pagination result i want to get count of all result to …

sql hibernate jpa hql jql
Jira JQL that returns date of status change

I'm trying to use JQL to measure cycle times (the Control Chart has other issues), so I need to get …

jira jql
JIRA JQL: Issues resolved in the current sprint

I would like to be able to filter for issues that are have been resolved in the current sprint. Generally …

jira agile jql jira-agile
JIRA JQL - search for issues where custom field does not exist

I added a new custom field "Deferred to Date". Because custom fields are optional, none of the existing issues have …

jira jql
How can I view all the JIRA tickets I'm watching?

I clicked watcher for many JIRA tickets, but I can't find a filter that shows me all the tickets I …

jira jql
JIRA JQL select issues where issuekey contains key

I can select JIRA issues using this JQL query: issuekey >= PRJ-23 results: PRJ-23 PRJ-24 ... PRJ-2345 ... How can I select …

key jira contains jql