Skip to content

Commit

Permalink
Tiny language tweak to "assigned" filter description (#7424)
Browse files Browse the repository at this point in the history
changed "for" to "or"
  • Loading branch information
lizokm authored Jul 12, 2023
1 parent 27acf02 commit 7deb9f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Returns issues assigned to the defined user(s) or team(s). Values can be a user

### `assigned_or_suggested`

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.
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.

- **Type:** team or org user

Expand Down

1 comment on commit 7deb9f1

@vercel
Copy link

@vercel vercel bot commented on 7deb9f1 Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.