We need to obtain the amount of time spent by each team member of a portfolio team.
Because of the size of the product and the numerous teams, some work (mostly defects) get started by a team and ends up in another team, so we can't filter only on the portfolio team. We need to get it for each of team member regardless of the portfolio the issue is currently assigned.
Basically, looking a JQL like this:
sprint in openSprints() and worklogAuthor IN membersOf("[PortfolioTeamName]")
But membersOf only works for groups, not portfolio team. Any ideas how to get this working ?
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.