We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498b5f5 commit 7295479Copy full SHA for 7295479
epics.go
@@ -218,6 +218,7 @@ type UpdateEpicOptions struct {
218
DueDateIsFixed *bool `url:"due_date_is_fixed,omitempty" json:"due_date_is_fixed,omitempty"`
219
DueDateFixed *ISOTime `url:"due_date_fixed,omitempty" json:"due_date_fixed,omitempty"`
220
StateEvent *string `url:"state_event,omitempty" json:"state_event,omitempty"`
221
+ Confidential *bool `url:"confidential" json:"confidential"`
222
}
223
224
// UpdateEpic updates an existing group epic. This function is also used
0 commit comments