Hi,
I want to get JQL for getting tickets that were assigned to me or any of my team member, either in the past or at current point.
I'm using the following filter which gives me tickets that were assigned to me in the past and now:
Project = "XYZ" and (assignee was tbas)
but I want to add my team members in there as well. And I think the assignee was operation doesn't support multiple values?
Is there any way I could list multiple values other than adding them in separate assignee clauses?
Simple JQL.
Project = XYZ and assignee was in (abc, xyz)
assignee in membersof("groupname")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.