Skip to content

fix(issue-details): Preserve page filters when searching issues by tag value#109102

Merged
yuvmen merged 1 commit intomasterfrom
yuvmen/fix-preserve-page-filters-tag-search
Feb 23, 2026
Merged

fix(issue-details): Preserve page filters when searching issues by tag value#109102
yuvmen merged 1 commit intomasterfrom
yuvmen/fix-preserve-page-filters-tag-search

Conversation

@yuvmen
Copy link
Member

@yuvmen yuvmen commented Feb 23, 2026

The "Search issues with this tag value" and related navigation links in
the tag details drawer and event tags tree row dropdown were constructing
URLs without carrying over page filter parameters (project, environment,
date range) from the current URL. When a user clicked these links, the
issues list page would fall back to the default or last-saved project
selection instead of staying on the project they were viewing.

This uses extractSelectionParameters(location.query) to spread global
page filter params into the navigation query objects in both
tagDetailsDrawerContent.tsx and eventTagsTreeRow.tsx, matching the
pattern already established in groupTagValues.tsx and used widely
across the codebase for cross-page navigation.

Fixes ID-1361
fixes #108799

…g value

The "Search issues with this tag value" and related navigation links
in the tag details drawer and event tags tree were not carrying over
page filter parameters (project, environment, date range) from the
current URL. This caused the issues list to fall back to default or
last-saved project selection instead of staying on the current project.

Use extractSelectionParameters to spread global page filter params
into the navigation query, matching the pattern already used in
groupTagValues.tsx and across the codebase.

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 23, 2026
@linear
Copy link

linear bot commented Feb 23, 2026

@yuvmen yuvmen marked this pull request as ready for review February 23, 2026 18:55
@yuvmen yuvmen requested a review from a team as a code owner February 23, 2026 18:55
@yuvmen yuvmen requested a review from scttcper February 23, 2026 19:24
@yuvmen yuvmen merged commit 95e2af5 into master Feb 23, 2026
67 of 68 checks passed
@yuvmen yuvmen deleted the yuvmen/fix-preserve-page-filters-tag-search branch February 23, 2026 21:28
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
…g value (#109102)

The "Search issues with this tag value" and related navigation links in
the tag details drawer and event tags tree row dropdown were
constructing URLs without carrying over page filter parameters (project, environment,
date range) from the current URL. When a user clicked these links, the
issues list page would fall back to the default or last-saved project
selection instead of staying on the project they were viewing.

This uses `extractSelectionParameters(location.query)` to spread global
page filter params into the navigation query objects in both
`tagDetailsDrawerContent.tsx` and `eventTagsTreeRow.tsx`, matching the
pattern already established in `groupTagValues.tsx` and used widely
across the codebase for cross-page navigation.

Fixes ID-1361
fixes #108799

Co-authored-by: Claude <noreply@anthropic.com>
wedamija pushed a commit that referenced this pull request Feb 24, 2026
…g value (#109102)

The "Search issues with this tag value" and related navigation links in
the tag details drawer and event tags tree row dropdown were
constructing URLs without carrying over page filter parameters (project, environment,
date range) from the current URL. When a user clicked these links, the
issues list page would fall back to the default or last-saved project
selection instead of staying on the project they were viewing.

This uses `extractSelectionParameters(location.query)` to spread global
page filter params into the navigation query objects in both
`tagDetailsDrawerContent.tsx` and `eventTagsTreeRow.tsx`, matching the
pattern already established in `groupTagValues.tsx` and used widely
across the codebase for cross-page navigation.

Fixes ID-1361
fixes #108799

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claude-code-assisted Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Event pages tag search will sometimes give wrong redirect

2 participants