Skip to content

fix(issues): Show auto ongoing activity duration#117477

Merged
scttcper merged 2 commits into
masterfrom
scttcper/fix-ongoing-activity-days
Jun 11, 2026
Merged

fix(issues): Show auto ongoing activity duration#117477
scttcper merged 2 commits into
masterfrom
scttcper/fix-ongoing-activity-days

Conversation

@scttcper

@scttcper scttcper commented Jun 11, 2026

Copy link
Copy Markdown
Member

Auto ongoing activities store the duration as after_days, but the issue activity feed only read afterDays, so it rendered "automatically by Sentry" instead of the configured duration. I think at the time we thought this might be customizable? Either way it is slightly informative.

before

image

after

image

Auto ongoing activities store after_days in backend data, but the activity feed only read afterDays. Read the backend key while keeping the camelCase key as a fallback.

Co-Authored-By: Codex GPT-5 <noreply@openai.com>
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 11, 2026
The backend serializes auto ongoing activity duration as after_days, so stop accepting the stale camelCase key in the activity type and renderer.

Co-Authored-By: Codex GPT-5 <noreply@openai.com>
@scttcper scttcper marked this pull request as ready for review June 11, 2026 22:14
@scttcper scttcper requested a review from a team as a code owner June 11, 2026 22:14
@scttcper scttcper requested a review from a team June 11, 2026 22:14
@scttcper scttcper merged commit ac61cbb into master Jun 11, 2026
79 checks passed
@scttcper scttcper deleted the scttcper/fix-ongoing-activity-days branch June 11, 2026 23:21
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