Hi All,
I am trying to create a filter for Team A (User 1, User 2, User 3).
The filter should pull the data if any, epic, task, bug assignee/reporter to all the users from team A ((User 1, User 2, User 3).
Team A - That's the type of feature I see here for Roadmap; wherein this Team can't be in JQL Search.
If you mean "Teams" as in those you create via the People section, not that I know of. You can @mention teams but not search for them in JQL.
I'd consider using user groups - to do this you'll need to be a Site Admin, and then:
^ Once your users are in a group, you can search for all members as a group using JQL - for example:
assignee in membersOf("Team-1")
Hence your query would be:
type in(epic, task, bug) and assignee in membersOf("Team-1")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.