fix(event_webhook_types): Add StartDate to IssueCommentEventIssue struct

Summary

The IssueCommentEventIssue struct in event_webhook_types.go was missing the start_date field. Fixes #2284 (closed)

Changes

  • Added StartDate *ISOTime field to IssueCommentEventIssue in event_webhook_types.go
  • Updated the note_issue.json test fixture to include start_date
  • Added assertion for StartDate in TestIssueCommentEventUnmarshal

Merge request reports

Loading