mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
536 B
536 B
CreateMilestoneOption
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | Description provides details about the milestone | [optional] |
| dueOn | Date | [optional] | |
| state | StateEnum | [optional] | |
| title | String | Title is the title of the new milestone | [optional] |
Enum: StateEnum
| Name | Value |
|---|---|
| OPEN | "open" |
| CLOSED | "closed" |