Skip to content

fix(dashboards): propagate global filters in Open in Issues link#116105

Merged
DominikB2014 merged 1 commit into
masterfrom
dominikbuszowiecki/dain-1659-open-in-issues-does-not-propagate-widget-filters
May 25, 2026
Merged

fix(dashboards): propagate global filters in Open in Issues link#116105
DominikB2014 merged 1 commit into
masterfrom
dominikbuszowiecki/dain-1659-open-in-issues-does-not-propagate-widget-filters

Conversation

@DominikB2014
Copy link
Copy Markdown
Contributor

@DominikB2014 DominikB2014 commented May 22, 2026

propogate global filters in open in issues link

For example:

  1. If i have a transaction filter on the issues dataset
image 2. Clicking `open in issues` actually populates the query now image

`getWidgetIssueUrl` was calling `applyDashboardFilters` without the widget
type, so dashboard global filters (which are filtered by `dataset ===
widgetType`) were dropped from the issues URL even though the widget's
own data fetch applied them. Pass `widget.widgetType` so the link query
matches what the widget renders.

Fixes DAIN-1659
@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 22, 2026

DAIN-1659

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.57%

@DominikB2014 DominikB2014 marked this pull request as ready for review May 25, 2026 15:19
@DominikB2014 DominikB2014 requested a review from a team as a code owner May 25, 2026 15:19
Comment thread static/app/views/dashboards/utils.tsx
@DominikB2014 DominikB2014 merged commit 3ffc1a7 into master May 25, 2026
75 checks passed
@DominikB2014 DominikB2014 deleted the dominikbuszowiecki/dain-1659-open-in-issues-does-not-propagate-widget-filters branch May 25, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants