Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.08 KB

CreateEpic.md

File metadata and controls

25 lines (22 loc) · 2.08 KB

CreateEpic

Properties

Name Type Description Notes
description str The Epic's description. [optional]
labels list[CreateLabelParams] An array of Labels attached to the Epic. [optional]
completed_at_override datetime A manual override for the time/date the Epic was completed. [optional]
name str The Epic's name.
planned_start_date datetime The Epic's planned start date. [optional]
state str `Deprecated` The Epic's state (to do, in progress, or done); will be ignored when `epic_state_id` is set. [optional]
milestone_id int The ID of the Milestone this Epic is related to. [optional]
requested_by_id str The ID of the member that requested the epic. [optional]
epic_state_id int The ID of the Epic State. [optional]
started_at_override datetime A manual override for the time/date the Epic was started. [optional]
group_id str The ID of the group to associate with the epic. [optional]
updated_at datetime Defaults to the time/date it is created but can be set to reflect another date. [optional]
follower_ids list[str] An array of UUIDs for any Members you want to add as Followers on this new Epic. [optional]
owner_ids list[str] An array of UUIDs for any members you want to add as Owners on this new Epic. [optional]
external_id str This field can be set to another unique ID. In the case that the Epic has been imported from another tool, the ID in the other tool can be indicated here. [optional]
deadline datetime The Epic's deadline. [optional]
created_at datetime Defaults to the time/date it is created but can be set to reflect another date. [optional]

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