Skip to content

ref(issues): Rename progress state 'triaged' to 'assigned'#117964

Merged
malwilley merged 5 commits into
masterfrom
malwilley/rename-triaged-to-assigned-v1
Jun 22, 2026
Merged

ref(issues): Rename progress state 'triaged' to 'assigned'#117964
malwilley merged 5 commits into
masterfrom
malwilley/rename-triaged-to-assigned-v1

Conversation

@malwilley

Copy link
Copy Markdown
Member

Followup to #117948

Renames the TRIAGED progress state to ASSIGNED on the frontend: the enum value, display label, predefined tag values, and icon.

This also adds a previously-missing icon for the assigned state. I kept the icon name IconTriaged (as it is in figma) since IconAssigned might cause confusion with the user icon.

CleanShot 2026-06-17 at 15 17 32

Rename the TRIAGED progress state to ASSIGNED in the frontend enum,
labels, icons, and predefined tag values. Backend changes are separate.
Add a new icon (quarter-filled circle) to visually distinguish the
assigned state from identified. Register it in the icon index and
stories.
@malwilley malwilley requested review from a team as code owners June 17, 2026 22:21
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 17, 2026
Comment thread static/app/views/issueList/utils/useFetchIssueTags.tsx
Comment thread static/app/icons/index.tsx Outdated
export {IconThumb} from './iconThumb';
export {IconTimer} from './iconTimer';
export {IconTrello} from './iconTrello';
export {IconTriaged} from './iconTriaged';

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.

Should we change the icon name to IconAssigned as well?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I mentioned in the PR description that I didn't like IconAssigned because it might be confused with the user icon. But I do agree that these icons probably would be better if we named them something completely different (based on their appearance rather than their relation to progress)

Comment thread static/app/icons/icons.stories.tsx Outdated
Comment on lines +706 to +709
id: 'triaged',
groups: ['status'],
keywords: ['circle', 'progress', 'assigned'],
name: 'Triaged',

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.

Should we make these assigned as well? 🤔 or maybe something around a progress circle or something to decouple it from the state name?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes probably better to do this!

Renamed to reference their appearance:

CleanShot 2026-06-18 at 09 28 06

@cursor cursor Bot left a comment

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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit d1f8256. Configure here.

Comment thread static/app/views/issueList/utils/progress.tsx
@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Story previews

Preview the stories changed in this PR on the Vercel deployment:

Preview deployment: https://sentry-oo6qgpvzt.sentry.dev

@malwilley malwilley merged commit 89f6f1e into master Jun 22, 2026
77 checks passed
@malwilley malwilley deleted the malwilley/rename-triaged-to-assigned-v1 branch June 22, 2026 16:12
sehr-m pushed a commit that referenced this pull request Jun 23, 2026
Renames the `TRIAGED` progress state to `ASSIGNED` on the frontend: the
enum value, display label, predefined tag values, and icon.

This also adds a missing progress icon and renames the existing ones to be less coupled to the names of progress items.
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