mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-07-02 15:18:26 +00:00
628 B
628 B
CreateMilestoneOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | Description provides details about the milestone | [optional] |
| dueOn | Date | Deadline is the due date for the milestone | [optional] |
| state | StateEnum | State indicates the initial state of the milestone | [optional] |
| title | String | Title is the title of the new milestone | [optional] |
Enum: StateEnum
| Name | Value |
|---|---|
| OPEN | "open" |
| CLOSED | "closed" |