Skip to content

Commit

Permalink
Merge pull request #650 from daveoy/dy/statuscategorychangedate
Browse files Browse the repository at this point in the history
feat(issue): add statuscategorychangedate
  • Loading branch information
andygrunwald authored Jan 16, 2024
2 parents 57d1e28 + 54fd60d commit 50d59fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ type IssueFields struct {
Reporter *User `json:"reporter,omitempty" structs:"reporter,omitempty"`
Components []*Component `json:"components,omitempty" structs:"components,omitempty"`
Status *Status `json:"status,omitempty" structs:"status,omitempty"`
StatusCategoryChangeDate Time `json:"statuscategorychangedate,omitempty" structs:"statuscategorychangedate,omitempty"`
Progress *Progress `json:"progress,omitempty" structs:"progress,omitempty"`
AggregateProgress *Progress `json:"aggregateprogress,omitempty" structs:"aggregateprogress,omitempty"`
TimeTracking *TimeTracking `json:"timetracking,omitempty" structs:"timetracking,omitempty"`
Expand Down

0 comments on commit 50d59fe

Please sign in to comment.