Hi All,
We have multiple boards under a project (essentially the different boards are the sub-projects), and we do have multiple projects. Is there a way I can search for the people who have tasks assigned to them from multiple boards/projects? The search often are used to search issues, but in my case I am trying to find the users, is that possible? Thanks!
-Sam.
The JQL I would use to find assignees in multiple projects would be something like this
assignee = AnyUser AND project in (Project1, Project2, Project500)
pat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.