I created a Team.
Now I'd like to query for Issues that were Reported by anyone on Team.
My ultimate goal is to use Teams instead of in( user, user, user) because use is rendered as a non human readable ID. Incredibly hard to maintain and edit.
Any ideas?
Hi @Clay Nichols,
You can't search on users by team. As an alternative, you may search for users who belong to a group instead. That would work like this:
Reporter in membersOf("Group Name")
Hope this helps!
That's perfect. I'll find a Jira admin to create the Team.
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.