Top "Jql" questions

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

How to make a JQL query for issues with multiple components

I'd like to query all issues in JIRA that are associated with more than 1 component. Is that feasible in JQL, …

jira jql
URL rest api parameter with spaces

I am using the rest API of JIRA to retrieve issues while filtering on the project name and issue type. …

java spring rest jira jql
JIRA JQL: How to search on issues closed before a time in the day?

I want to search for issues closed since 10am yesterday. startOfDay("-1d") only gets me from 8am... how do …

jira jql
JPA: 'SELECT DISTINCT' with BLOB columns

I'm trying to run this JPQL query: SELECT DISTINCT i FROM Table i JOIN i.other o which promptly fails …

java jpa jql
How can I write group by in jira jql?

I am working on few reports in which I am taking data from jira using REST API. For searching purpose, …

jira jql jira-rest-java-api
List all JIRA tasks that are not blocked by other tasks

Using JIRA 4.4.3, I've created a filter that list all the tasks that: - The current user is assigned to; - …

jira jql
Filter issues updated by particular user in period of time using JQL

Is there any way to find all issues updated by particular user in particular time period in every day by …

jira jira-plugin jql