Frontmatter
| id | 8528 |
| title | Enhance Issue Sync with additional timeline events |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 11:34 PM |
| updatedAt | Jan 10, 2026, 11:35 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8528 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 11:35 PM |
Enhance Issue Sync with additional timeline events
tobiu assigned to @tobiu on Jan 10, 2026, 11:34 PM

tobiu
Jan 10, 2026, 11:35 PM
Input from Gemini 3 Pro:
✦ Implemented timeline support for:
ReopenedEventRenamedTitleEventMilestonedEventDemilestonedEventThese events will now appear in the chronological timeline of the generated issue Markdown files, providing richer context for agents and developers.
tobiu closed this issue on Jan 10, 2026, 11:35 PM
To provide a more complete history in the Portal App, we should track additional timeline events that provide context on state and scope changes.
New Events:
REOPENED_EVENT: Critical for tracking lifecycle changes.RENAMED_TITLE_EVENT: Important for understanding scope shifts.MILESTONED_EVENT/DEMILESTONED_EVENT: Essential for release planning history.Implementation:
issueQueries.mjsto fetch these events.IssueSyncer.mjsto render them in the Markdown timeline.