Skip to content

Commit

Permalink
Merge pull request #1677 from MakingPRs/master
Browse files Browse the repository at this point in the history
Added Confidential field to Epic struct
  • Loading branch information
svanharmelen committed Mar 24, 2023
2 parents 907432b + c70482a commit 295e700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epics.go
Expand Up @@ -51,6 +51,7 @@ type Epic struct {
Title string `json:"title"`
Description string `json:"description"`
State string `json:"state"`
Confidential bool `json:"confidential"`
WebURL string `json:"web_url"`
Author *EpicAuthor `json:"author"`
StartDate *ISOTime `json:"start_date"`
Expand Down

0 comments on commit 295e700

Please sign in to comment.