Skip to content

Commit 0a9f2ed

Browse files
authored
chore(issues): clarify assigned_or_suggested filter (#15176)
Clarify that when using the `assigned_or_suggested` filter, issues that are suggested but assigned to other users/teams will not appear in the search. Closes getsentry/sentry#40485 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## PRE-MERGE CHECKLIST - [x] Checked Vercel preview for correctness, including links - [x] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent 57acb45 commit 0a9f2ed

File tree

1 file changed

+1
-1
lines changed
  • docs/concepts/search/searchable-properties

1 file changed

+1
-1
lines changed

docs/concepts/search/searchable-properties/issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Returns issues assigned to the defined user(s) or team(s). Values can be a user
3636

3737
### `assigned_or_suggested`
3838

39-
Returns issues that are assigned to or suggested to be assigned to the defined user(s) or team(s). Suggested assignees are found by matching [ownership rules](/product/issues/ownership-rules/) and [suspect commits](/product/issues/suspect-commits/). Values can be a user ID (your email address), `me` for yourself, `none` for no assignee/suggestion, `my_teams` or `#team-name` for teams you belong to.
39+
Returns issues that are either assigned to the defined user(s) or team(s), or suggested to be assigned to the defined user(s) or team(s) and are currently unassigned. Suggested assignees are found by matching [ownership rules](/product/issues/ownership-rules/) and [suspect commits](/product/issues/suspect-commits/). Values can be a user ID (your email address), `me` for yourself, `none` for no assignee/suggestion, `my_teams` or `#team-name` for teams you belong to.
4040

4141
- **Type:** team or org user
4242

0 commit comments

Comments
 (0)