Updating Issue History/Timeline #185767
Answered
by
rafaelxo
aburnettels
asked this question in
Projects and Issues
Answered by
rafaelxo
Jan 28, 2026
Replies: 2 comments 3 replies
|
Currently, the GitHub Issue timeline natively tracks core fields (like Labels, Milestones, and Assignees), but it does not automatically sync changes from Project-specific custom fields into the Issue timeline. Since Custom Fields live at the Project level and not the Issue level, they are handled by different modules in the backend. Here are two ways you can achieve this:
This is a highly requested feature for better transparency between Projects and Issues, but for now, automation via GitHub Actions is the most reliable workaround. If this helps solve your problem, please consider marking it as the answer to help other community members find this solution more easily! |
3 replies
Answer selected by
aburnettels
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Currently, the GitHub Issue timeline natively tracks core fields (like Labels, Milestones, and Assignees), but it does not automatically sync changes from Project-specific custom fields into the Issue timeline.
Since Custom Fields live at the Project level and not the Issue level, they are handled by different modules in the backend. Here are two ways you can achieve this: