Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.03 KB

UpdateEpic.md

File metadata and controls

25 lines (22 loc) · 2.03 KB

UpdateEpic

Properties

Name Type Description Notes
description string The Epic's description. [optional]
archived bool A true/false boolean indicating whether the Epic is in archived state. [optional]
labels \Timetoreply\Shortcut\Model\CreateLabelParams[] An array of Labels attached to the Epic. [optional]
completedAtOverride \DateTime A manual override for the time/date the Epic was completed. [optional]
name string The Epic's name. [optional]
plannedStartDate \DateTime The Epic's planned start date. [optional]
state string `Deprecated` The Epic's state (to do, in progress, or done); will be ignored when `epic_state_id` is set. [optional]
milestoneId int The ID of the Milestone this Epic is related to. [optional]
requestedById string The ID of the member that requested the epic. [optional]
epicStateId int The ID of the Epic State. [optional]
startedAtOverride \DateTime A manual override for the time/date the Epic was started. [optional]
groupId string The ID of the group to associate with the epic. [optional]
followerIds string[] An array of UUIDs for any Members you want to add as Followers on this Epic. [optional]
ownerIds string[] An array of UUIDs for any members you want to add as Owners on this Epic. [optional]
beforeId int The ID of the Epic we want to move this Epic before. [optional]
afterId int The ID of the Epic we want to move this Epic after. [optional]
deadline \DateTime The Epic's deadline. [optional]

[Back to Model list] [Back to API list] [Back to README]