WorkItemEvent

Represents real-time notifications for work item status changes in a DevOps Center project. This object is available in API version 66.0 and later.

Supported Calls

create(), describeSObjects()

Fields

Field Details
EventUuid
Type
string
Properties
Nillable
Description
The universally unique identifier (UUID) for the event.
NewStatus
Type
string
Properties
Create, Nillable
Description
The work item status after the lifecycle update, such as Read to Promote or Promoted.
OldStatus
Type
string
Properties
Create, Nillable
Description
The work item status before the lifecycle update, such as In Progress.
Project
Type
string
Properties
Create, Nillable
Description
The ID of the project that contains the work item.
ReplayId
Type
string
Properties
Nillable
Description
The event bus replay ID. Subscribers can use this value to replay event messages within the retention window.
WorkItemName
Type
string
Properties
Create, Nillable
Description
The name of the work item. For example, WI-000001.