sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Filter assigned to team or its members directly

Open jwoodrow opened this issue 3 years ago • 6 comments

Problem Statement

I want to know how many issues are still assigned to a given team. In some teams the workflow is as such

  • Nobody is working on it => assigned to team
  • A team member is working on it => he reassigns the issue in sentry to himself (so another member doesn't attempt to fix something already being worked on)

Currently I can only find out the currently remaining issues by manually filtering the assignee by all the members of a team + the team itself.

Solution Brainstorm

When filtering by a team, it should also filter by its members

jwoodrow avatar May 11 '22 06:05 jwoodrow

Routing to @getsentry/workflow for triage. ⏲️

getsentry-release avatar May 11 '22 13:05 getsentry-release

Hey @jwoodrow to make sure I understand, you want to filter by assigned:#team but filter out issues that are assigned directly to members of that team.

scttcper avatar May 13 '22 17:05 scttcper

Hey @jwoodrow to make sure I understand, you want to filter by assigned:#team but filter out issues that are assigned directly to members of that team.

Actually it's the opposite I want to do.

Currently it seems when I filter by assigned:#team I only see issues that are assigned to the team and not the ones assigned directly to the members. But I want to be able to see both kinds of issues (assigned to a team and assigned to a member of the team)

If team A is composed of members A B and C

When I filter by team A I expected to have

  • all issues assigned to team A
  • All issues assigned to A
  • all issues assigned to B
  • all issues assigned to C

(Since they are part of team A)

jwoodrow avatar May 13 '22 18:05 jwoodrow

I think i was confused because that was the functionality of assinged:#team, but now has been made more strict, also from feedback. We still have the loose operator of assigned:me which only works for yourself and the teams you're a part of.

Maybe what we can do is make some assigned_team operator or something, I'll make a ticket for our backlog.

scttcper avatar May 18 '22 18:05 scttcper

I think i was confused because that was the functionality of assinged:#team, but now has been made more strict, also from feedback. We still have the loose operator of assigned:me which only works for yourself and the teams you're a part of.

Maybe what we can do is make some assigned_team operator or something, I'll make a ticket for our backlog.

The problem with the assigned:me is that is includes me + teams I'm a member of but not members of the teams I'm a member of, which would be what I would like to see for #team (team + its members). I currently have saved searches that I need to update every time we add a new member to a team to achieve de same functionality assigned:#team,A,B,C,me

jwoodrow avatar May 18 '22 19:05 jwoodrow

+1, use case is the exact same as above from jwoodrow

a1224 avatar Oct 18 '24 20:10 a1224