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
Rachel Wright
Author, Jira Strategy Admin Workbook
Industry Templates, LLC
Traveling the USA in an RV
47 accepted answers
0 comments