Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Snippet Library: JQL - Subqueries

Sub or Nested Queries

A subquery is a nested query or a query that contains a query.

For example, create and save the following filter:

  • Filter name: Support Spaces

  • JQL: project in (HELP, SUPPORT)

Then, append additional clauses to the filter’s name or ID.

  • filter = “Support Spaces" and assignee = currentUser()

  • filter = 10306 and assignee = currentUser()

The above queries are equivalent to:

  • project in (HELP, SUPPORT) and assignee = currentUser()

Tip: Find a filter’s unique ID from the “View all filters” page. Hover over a filter’s name to see the ID in the browser’s status bar or click the filter’s name to see the ID in the address bar.

Ex URL: https://sitename.atlassian.net/issues/?filter=10306


Back to intro or article list

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events