Create Milestone
Creates an issue on a specific repo in an org inside GitHub.
Options
- org (text): the name of the org that contains the repo
- repo (text): the name of the repo the issue will be assigned to
Input Fields
- Milestone
- Title (text): Required. The title of the milestone.
- State (text): The state of the milestone. Either “open” or “closed”. Defaults to open.
- Description (text): The description of the milestone.
- Due On (text): The milestone due date. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
Output Fields
- Milestone ID (number)
- Milestone Number (number)
- Milestone URL (text)
- HTML URL (text)
- Labels URL (text)
- State (text) - “open” or “closed”
- Title (text)
- Description (text)
- Creator ID (number)
- Creator Name (text)
- Open Issues (number)
- Closed Issues (number)
- Created At (text) - in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
- Updated At (text) - in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
- Closed At (text) - in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
- Due On (text) - in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.