You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
Kindly please help, there is a filetr to create for group of people.
How Can i write JQL for it?
I wanted to use this filter in scrum board.
Kindly please suggest the solution to it.
Regards,
Neeta Jain
You could try:
assignee in membersof("a Jira group")
where a Jira group would be exactly that: an existing user group in Jira.
Or also:
assignee in ("Person 1", "Person 2", "Person 3")
if you don't have a group available, but know the list of people is limited.
Make sure to not only think about the group, but also how you will relate those people to their issues: they may be assignee, reporter or watcher.
I'd suggest the latter option Walter is suggesting here. It's easier to modify a list than it is a group.
an example query could be
project = xyz AND assignee in (user1, user2, user3) AND status in (open, in-progress) ....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In addition to Walter's suggestion (which I think is the correct one(s)) - you can use a QUICK FILTER to narrow down an existing board to just view the work from the list of people.
A quick filter is nice because it doesn't require changing the board much, and can be toggled on/off.
You still use the same JQL for it, but you'd only want to include assignee in (user1, user2, user3)
Also worth mentioning that the JQL will update to be a long string after you are done. That's intentional, and you can't change it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Walter
I have used the first query and it worked like a charm.
Thanks once again for your help.
Regards,
Neeta Jain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.