Add StartDate to IssueEventObjectAttributes

Summary

Adds the missing StartDate field to IssueEventObjectAttributes so issue webhook payloads expose the start_datevalue.

Changes

  • Add StartDate *ISOTime with the start_date JSON tag.
  • Update the issue webhook fixture with a start date.
  • Update TestIssueEventUnmarshal to verify the value is parsed correctly.

Testing

  • go test . -count=1

Resolves #2283 (closed)

Merge request reports

Loading