Skip to content
Discussion options

You must be logged in to vote

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:

  1. GitHub Actions (Automation): You can create a workflow triggered by project_column_id or project_item changes. Use the 'Add Comment' or 'Create Timeline Event' action to post a summary of the change back to the linked Issue whenever a custom field is updated.
  2. Webhooks: You can listen for projects_v2_item edited events …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@aburnettels
Comment options

@rafaelxo
Comment options

@aburnettels
Comment options

Answer selected by aburnettels

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
Labels
Projects Plan and track your project's progress using boards and tables Question Ask and answer questions about GitHub features and usage
3 participants