1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ChangeRequestStatusChangedEvent

ChangeRequestStatusChangedEvent

    ChangeRequestEvent represents an entry in the change request’s activity log

    Properties

    • id string required
      The event ID
    • newStatus string required
      The status the change request transitioned to
    • previousStatus string required
      The status the change request transitioned from
    • replacedBy string optional
      ID of event that replaces this one (for event updates)
    • changeRequestId string required
      The change request this event belongs to
    • reason string required
      Why the status changed
    • revisionNumber integer required
      The revision number that was latest when this event occurred
    • createdBy UserInfo required
      The user who triggered this event
    • name string required
      The user’s display name.
    • githubLogin string required
      The user’s login name.
    • avatarUrl string required
      The URL of the user’s avatar image.
    • email string optional
      IMPORTANT: The email address of the user is only included on a few admin-only APIs. For nearly all APIs that return a UserInfo object, this will not be provided. considered sensitive information.
    • createdAt string required
      When this event occurred
    • comment string optional
      Optional comment associated with this event
    • eventType string required