Team,
I have a project and there are multiple tickets. I want tickets that are assigned to my team members only i.e. only for 9 users. How do I add a JQL query for this to get this report. I can only add single users but don't know how to add multiple users
I think
assignee in (alice, bob, charlie)
is the sort of thing you are looking for?
or you can create a group (myteam) and add your team members to it and use...
assignee in membersof(myteam)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic for quick response. :)
It worked!
Thanks Jack, I will try that one too.
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.