JIRA Query Language (JQL) is used to perform advanced searches within JIRA.
I'd like to query all issues in JIRA that are associated with more than 1 component. Is that feasible in JQL, …
jira jqlI want to search for issues closed since 10am yesterday. startOfDay("-1d") only gets me from 8am... how do …
jira jqlI'm trying to run this JPQL query: SELECT DISTINCT i FROM Table i JOIN i.other o which promptly fails …
java jpa jqlI am working on few reports in which I am taking data from jira using REST API. For searching purpose, …
jira jql jira-rest-java-apiUsing JIRA 4.4.3, I've created a filter that list all the tasks that: - The current user is assigned to; - …
jira jqlIs there any way to find all issues updated by particular user in particular time period in every day by …
jira jira-plugin jql