andygrunwald / go-jira

Go client library for Atlassian Jira
https://pkg.go.dev/github.com/andygrunwald/go-jira?tab=doc
MIT License
1.44k stars 458 forks source link

feat(issue): add statuscategorychangedate #649

Closed daveoy closed 7 months ago

daveoy commented 7 months ago

adding the StatusCategoryChangeDate field to the IssueFields struct which should marshall issue.fields.statuscategorychangedate from the jira cloud REST api response JSON to a time.Time representing the time an issue changed to its current status.

daveoy commented 7 months ago

still testing