Add StartDate to IssueEventObjectAttributes
Summary
Adds the missing StartDate field to IssueEventObjectAttributes so issue webhook payloads expose the start_datevalue.
Changes
- Add
StartDate *ISOTimewith thestart_dateJSON tag. - Update the issue webhook fixture with a start date.
- Update
TestIssueEventUnmarshalto verify the value is parsed correctly.
Testing
go test . -count=1
Resolves #2283 (closed)