Files
tea4j-autodeploy/docs/EditMilestoneOption.md
2026-03-31 00:01:59 +00:00

646 B

EditMilestoneOption

Properties

Name Type Description Notes
description String Description provides updated details about the milestone [optional]
dueOn Date Deadline is the updated due date for the milestone [optional]
state StateEnum State indicates the updated state of the milestone [optional]
title String Title is the updated title of the milestone [optional]

Enum: StateEnum

Name Value
OPEN "open"
CLOSED "closed"