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'm trying to create a filter which will show me all reviews created by people from some list, so, using pseudo-code, it would be some kind of:
SELECT * FROM reviews WHERE author IN (johndoe, janedoe, jamesdoe)
However, I don't see a possibility to specify more than one name in fields author, moderator, creator and reviewer:
image2016-2-1 13:45:19.png
I tried to separate them with a comma, a semicolon or a space but it's not a valid format.
So I'd like to ask if there's any possibility to choose multiple people in any of these fields for a custom filter?
Thanks.
Click on the "Switch to EyeQL search" link to run an advanced search query:
https://confluence.atlassian.com/fisheye/eyeql-reference-guide-298976796.html
Unfortunately, I've found that link in FishEye only, but not in Crucible. EyeQL queries return a list of revisions (FishEye items), while I need to retrieve a filtered list of code reviews (Crucible items), so I wonder if there's any functionality for that in Crucible.
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.