Top "Jql" questions

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

JIRA JQL searching by date - is there a way of getting Today() (Date) instead of Now() (DateTime)

I am trying to create some Issue Filters in JIRA based on CreateDate. The only date/time function I can …

date search jira jql
JIRA: Searching for all issues with a given link type

Is there a way to query for all issues with a particular link type? For example, let there be a …

search jira issue-tracking jql
How do I query Jira to search for all issues that have been resolved within a length of time from when it was created?

For example, let's say I need to find all issues that were resolved within 1 week's time. I need something like: …

jira jql
JIRA: Find all issues related to a user

In JIRA, how do a find all issues related to a user, across all projects. A simple query search yields …

jira jql jira-filter
JIRA JQL - Find all subtasks that are open where the parent is closed

I have to do a little sub-task clean-up and wondering if there is an easier solution to do this using …

jira jql
Jira query - show cards created between today and minus 14 days from today

I can't seem to find a solution for my query in jira. I wish to only show cards created between …

jira jql
JQL: Get list of sprints

Is it possible to get a list of sprints for a particular project ? I know there is a way to …

jira jql
Jira Quick-filter to show all task with subtasks assigned to current user

Currently, I have a quick filter to show me my task that does this: assignee = currentUser() This works ok, but …

jira jql
Jira jql query to search for tickets that status changed to a particular status after a date

I need to filter on tickets that went into status a status of RTT after a particular date. These tickets …

jira jql
Is it possible to search JIRA for a list of subtasks whose parents are found in a different query?

I have a filter to return a group of parent tasks based on some criteria. I can use this as …

jira jql