Skip to content

feat(aci): Implement created_by search filter in Alerts#112950

Merged
malwilley merged 1 commit intomasterfrom
malwilley/search-created-by
Apr 14, 2026
Merged

feat(aci): Implement created_by search filter in Alerts#112950
malwilley merged 1 commit intomasterfrom
malwilley/search-created-by

Conversation

@malwilley
Copy link
Copy Markdown
Member

Closes ISWF-2448

A previous PR added support for this in the endpoint, this adds the frontend logic to display the list of users.

CleanShot 2026-04-14 at 10 41 22

Add frontend support for the created_by search filter in the
automations list, following the same pattern as the detector search
assignee filter. Refactor filter key definitions into a
useAutomationFilterKeys hook that provides dynamic member values
for the created_by dropdown.

Refs #112873
@malwilley malwilley requested a review from a team as a code owner April 14, 2026 17:46
@linear-code
Copy link
Copy Markdown

linear-code bot commented Apr 14, 2026

@malwilley malwilley changed the title feat(aci): Add created_by filter to automations search and prefetch org members feat(aci): Implement created_by search filter in Alerts Apr 14, 2026
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 14, 2026
@sentry
Copy link
Copy Markdown
Contributor

sentry bot commented Apr 14, 2026

Sentry Snapshot Testing

Name Added Removed Modified Renamed Unchanged Status
sentry-frontend
sentry-frontend
0 0 0 0 204 ✅ Unchanged

import {FieldValueType} from 'sentry/utils/fields';
import {ActionType} from 'sentry/views/alerts/rules/metric/types';

export const AUTOMATION_LIST_PAGE_LIMIT = 20;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nice! I like how this stuff is living a lot closer to where it's used now -- should we do that with AUTOMATION_LIST_PAGE_LIMIT as well? 🤔

@malwilley malwilley merged commit 720bb11 into master Apr 14, 2026
67 checks passed
@malwilley malwilley deleted the malwilley/search-created-by branch April 14, 2026 20:12
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.

2 participants