Issue
I don't know how to see what issues are assigned to me or my team in the Sentry UI.
Applies To
- All SaaS Customers
- Workflow
Resolution
To view what issues are assigned to you, your team or any user you would navigate to the Issues Page in your Sentry UI and use the search bar to filter issues by assignee
. For example, you can use the search term assigned:me
to see issues assigned to yourself, or assigned:<email>
to see issues assigned to a specific user. If you want to see issues assigned to teams you belong to, you can use assigned:my_teams
. You can also combine them as assigned:[me,my_teams]
to get both sets of issues.
To note, the Sentry UI allows you to create custom views using these filters, so you can quickly access issues assigned to specific users or teams using Issue Views, see here.