Skip to content

Commit 7295479

Browse files
author
Thomas Krahn
committed
feat: Add attribute Confidential to UpdateEpicOptions
1 parent 498b5f5 commit 7295479

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

epics.go

+1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ type UpdateEpicOptions struct {
218218
DueDateIsFixed *bool `url:"due_date_is_fixed,omitempty" json:"due_date_is_fixed,omitempty"`
219219
DueDateFixed *ISOTime `url:"due_date_fixed,omitempty" json:"due_date_fixed,omitempty"`
220220
StateEvent *string `url:"state_event,omitempty" json:"state_event,omitempty"`
221+
Confidential *bool `url:"confidential" json:"confidential"`
221222
}
222223

223224
// UpdateEpic updates an existing group epic. This function is also used

0 commit comments

Comments
 (0)