Skip to content

Commit e4c0f49

Browse files
Julia Hogebarkbarkimashark
andauthored
feat(search): Update docs to reflect new my_teams filter (#7257)
* Update docs to reflect new my_teams filter * Fix wording on line 93 * Fix wording on line 92 * Update new docs * Correct filter name * wording --------- Co-authored-by: Gilbert Szeto <[email protected]>
1 parent ca980c3 commit e4c0f49

File tree

1 file changed

+2
-2
lines changed
  • src/docs/product/sentry-basics/search/searchable-properties

1 file changed

+2
-2
lines changed

src/docs/product/sentry-basics/search/searchable-properties/issues.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Indicates if the app is in the foreground or background. Values are `1/0` or `tr
2626

2727
### `assigned`
2828

29-
Returns issues assigned to the defined user. Values can be a user ID (your email address), `me` for yourself, `me_or_none` for yourself or no assignee, or # followed by the team name, that is `#team-name`.
29+
Returns issues assigned to the defined user(s) or team(s). Values can be a user ID (your email address), `me` for yourself, `none` for no assignee, `my_teams` or `#team-name` for teams you belong to.
3030

3131
- **Type:** team or org user
3232

3333
### `assigned_or_suggested`
3434

35-
Returns issues assigned to or suggested to be assigned to the defined user. Suggested assignees are determined 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, `me_or_none` for yourself or no assignee/suggestions, or # followed by the team name, that is `#team-name`.
35+
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` for `#team-name` for teams you belong to.
3636

3737
- **Type:** team or org user
3838

0 commit comments

Comments
 (0)