description |
String |
The Epic's description. |
[optional] [default to nothing] |
archived |
Bool |
A true/false boolean indicating whether the Epic is in archived state. |
[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. |
[optional] [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] |
follower_ids |
Vector{String} |
An array of UUIDs for any Members you want to add as Followers on this 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 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] |
before_id |
Int64 |
The ID of the Epic we want to move this Epic before. |
[optional] [default to nothing] |
after_id |
Int64 |
The ID of the Epic we want to move this Epic after. |
[optional] [default to nothing] |
deadline |
ZonedDateTime |
The Epic's deadline. |
[optional] [default to nothing] |