Top "Jql" questions

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

JQL: Filter other query

I have a saved query from another user, showing all open tickets of our developers. What I want to do …

jira jql
JIRA jql Query - what * means?

There is no regexp in JQL: https://answers.atlassian.com/questions/138055/how-can-i-use-regex-in-a-jql-query-i-cannot-match-strings-that-have-a-specific-ending-in-jql-ex-ing-should-match-running-jogging-etc What is the meaning of * in a jql …

regex jira jql
JQL to retrieve all stories and sub tasks related to specific epic

Is it possible to use raw JQL (not using any plugins) to filter for ALL stories AND their respective sub-tasks? …

jira agile jql jira-agile
Jira search all issues in a project with status Done or Closed

I am trying to list all isues in a project with status Done or Closed. When I run a JQL-query …

python jira jql python-jira
Hibernate/JPA: How to force implicit joins to use LEFT OUTER JOINS

There is a class Offer that has optional relationship to class Article. So that some offers article property holds a …

hibernate jpa hql outer-join jql
How to find issues added to active sprint in JIRA?

We use corkboard with printed Agile Cards. I would like to be able to create filter in JIRA's Issue Navigator …

jira jql
How do I find resolved JIRA issues in the CURRENT week (Monday to Friday)

I want to find all the issues resolved in current week. We are using JIRA web ui. I do see …

filter jira jql
JIRA API: Get epic for issue

Is there a way in which I could get the epic for an issue ? The api returns a lot of …

jira jql
Is there a JIra query which will return all stories without an EPIC?

I'm trying to tidy up our Jira board and create an accurate story map. To do that I need to …

jira jql epic
Query JIRA versions using wildcards with JQL

Is there a way to search a field with wildcards? I have two fields and I just want names starting …

jira jql