-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
Problem Statement
When trying to filter issues by firstRelease in the Issues view, there's no way to:
- Use wildcards (e.g.,
firstRelease:com.example@1.2.*) - Use boolean operators (AND/OR) to match multiple releases
This makes it difficult to answer questions like "show me all new issues introduced in releases 1.2.0 OR 1.2.1".
Current Behavior
Issues Search:
firstReleasefilter works for exact matches- Attempting to use
ANDorORoperators results in error: "Boolean statements containing 'OR' or 'AND' are not supported in this search" - Wildcards do not work
Discover:
- Supports
ORoperator forreleasefield (e.g.,release is X or release is Y) - However,
firstReleaseis not available as a queryable field in Discover - This means filtering by
releasein Discover returns events from issues that may have existed prior to those releases, not just issues
introduced in those releases
Expected Behavior
One of the following:
- Support
ORoperator in Issues search forfirstRelease(e.g.,firstRelease:X OR firstRelease:Y) - Support wildcards in Issues search for
firstRelease(e.g.,firstRelease:com.example@1.2.*) - Add
firstReleaseas a queryable field in Discover
Use Case
As a mobile developer, I want to see all new issues introduced across a range of related releases (e.g., 1.2.0 and 1.2.1) to assess the impact
of a feature rollout. Currently, I have to:
- Run separate queries for each release version
- Manually combine the results
- Or use Discover with
releasefilter, which includes issues that existed before those releases
Screenshots
[Screenshots available - redacted for privacy]
Observed errors:
- "Boolean statements containing 'OR' or 'AND' are not supported in this search"
- "The OR operator is not allowed in this search"
Environment
- Sentry SaaS
- Project: Android
Reactions are currently unavailable
Metadata
Metadata
Assignees
Projects
Status
No status