You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have Googled this question, but it doesn't really give me a well-defined answer. Could someone help me with this question and provide an example for me please. Thank you so much for your help and support.
Hello @Michael Gold
A nested filter example could be using one saved filter within another thus:
project = myProject and issue in (filter=12345)
"12345" is the numeric ID assigned to a particular saved filter. This example says to retrieve issues that are in project "myProject" and that also meet the criteria specified in the saved filter with ID 12345.
Do you have a particular filtering scenario you are trying to build?
No mam, I don't have a particular filtering scenario. I am currently learning and preparing for my ACP-120 exam.
Okay, so the nested filter is (filter=12345)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Michael Gold , a nested filter is a reference to a saved filter within JQL.
An example:
Search the results of the filter "My Saved Filter" (which has an ID of 12000) for issues assigned to the user jsmith:filter = "My Saved Filter" and assignee = jsmith
or
filter = 12000 and assignee = jsmith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, so "12000" is the nested filter that references "My Saved Filter"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.