-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
Version
21.12.0
Steps to Reproduce
- send message whose release is has semver compatible build metadata:
1.13.31.4+p221754.b2011653.gcfffef3a.sentry - open message and click on it
- you will be redirected to search which says
Invalid search terms for 'inbox' search: ['release=1.13.31.4+p221754.b2011653.gcfffef3a.sentry'] - the search filter itself is
is:unresolved is:for_review assigned_or_suggested:[me, none] release:1.13.31.4+p221754.b2011653.gcfffef3a.sentry
Expected Result
The fix is simple, use double quotes when creating the search query:
is:unresolved is:for_review assigned_or_suggested:[me, none] release:"1.13.31.4+p221754.b2011653.gcfffef3a.sentry"
Actual Result
✊🏿
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.

