Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 2.8 KB

CreateEpic.md

File metadata and controls

30 lines (24 loc) · 2.8 KB

CreateEpic

Properties

Name Type Description Notes
description String The Epic's description. [optional] [default to nothing]
labels Vector{CreateLabelParams} An array of Labels attached to the Epic. [optional] [default to nothing]
completed_at_override ZonedDateTime A manual override for the time/date the Epic was completed. [optional] [default to nothing]
objective_ids Vector{Int64} An array of IDs for Objectives to which this Epic is related. [optional] [default to nothing]
name String The Epic's name. [default to nothing]
planned_start_date ZonedDateTime The Epic's planned start date. [optional] [default to nothing]
state String `Deprecated` The Epic's state (to do, in progress, or done); will be ignored when `epic_state_id` is set. [optional] [default to nothing]
milestone_id Int64 `Deprecated` The ID of the Milestone this Epic is related to. Use `objective_ids`. [optional] [default to nothing]
requested_by_id String The ID of the member that requested the epic. [optional] [default to nothing]
epic_state_id Int64 The ID of the Epic State. [optional] [default to nothing]
started_at_override ZonedDateTime A manual override for the time/date the Epic was started. [optional] [default to nothing]
group_id String `Deprecated` The ID of the group to associate with the epic. Use `group_ids`. [optional] [default to nothing]
updated_at ZonedDateTime Defaults to the time/date it is created but can be set to reflect another date. [optional] [default to nothing]
follower_ids Vector{String} An array of UUIDs for any Members you want to add as Followers on this new Epic. [optional] [default to nothing]
group_ids Vector{String} An array of UUIDS for Groups to which this Epic is related. [optional] [default to nothing]
owner_ids Vector{String} An array of UUIDs for any members you want to add as Owners on this new Epic. [optional] [default to nothing]
external_id String 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] [default to nothing]
deadline ZonedDateTime The Epic's deadline. [optional] [default to nothing]
created_at ZonedDateTime Defaults to the time/date it is created but can be set to reflect another date. [optional] [default to nothing]

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