DevopsPipelnStgPromWkItem

Represents the association between a work item and a pipeline stage promotion. The object tracks the merge status of the work item into the target stage branch in source control. This object is available in API version 66.0 and later.

Supported Calls

create(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), update(), upsert()

Fields

Field Details
DevopsPipelnStgPromId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The ID of the parent pipeline stage promotion record.
This field is a relationship field.
Relationship Name
DevopsPipelnStgProm
Relationship Type
Master-detail
Refers To
DevopsPipelnStgProm (the parent object)
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed this record or list view. If this value is null, and LastReferenceDate is not null, the user accessed this record or list view indirectly.
MergeCompletionDate
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
The date and time when the merge operation for this specific work item was completed in the source control system.
MergeRemoteReference
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
A unique reference identifier from the remote source control provider, such as a Pull Request ID, for the merge associated with this promotion.
MergeSourceBranchId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The ID of the source branch in the repository from which changes were merged for this work item during this promotion.
This field is a relationship field.
Relationship Name
MergeSourceBranch
Refers To
SourceCodeRepositoryBranch
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
A unique identifier for the pipeline stage promotion work item record.
WorkItemId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The ID of the work item that is promoted.
This field is a relationship field.
Relationship Name
WorkItem
Refers To
WorkItem

Usage

Use this object to track how individual work items move forward through the release lifecycle. When a work item is promoted, either individually as part of custom promotion or as part of a stage promotion, this record captures the source branch information and the completion status of the merge operation in the source control system.

Associated Objects

This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.

DevopsPipelnStgPromWkItemChangeEvent
Change events are available for the object.
DevopsPipelnStgPromWkItemFeed
Feed tracking is available for the object.
DevopsPipelnStgPromWkItemHistory
History is available for tracked fields of the object.
DevopsPipelnStgPromWkItemOwnerSharingRule
Sharing rules are available for the object.
DevopsPipelnStgPromWkItemShare
Sharing is available for the object.