Skip to main content

github.updateissueprops.milestone

Home > @runlightyear/github > UpdateIssueProps > milestone

UpdateIssueProps.milestone property

The number of the milestone to associate this issue with or null to remove current.

NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise.

Signature:
milestone?: string | number | null;