DevopsRequestInfo

Represents a specific request for a DevOps Center operation, such as a commit, deploy, promotion, rebase, or back sync, and tracks its overall status and outcome. 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
ErrorDetails
Type
textarea
Properties
Create, Nillable, Update
Description
Provides detailed information if the requested operation encounters an error.
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.
Message
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
A status message or summary description regarding the current state of the request.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The unique identifier for the request info record.
OperationType
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update
Description
Indicates the specific type of DevOps Center action performed.
Possible values are:
  • BACK_SYNC
  • COMMIT
  • DEPLOY
  • INSPECT
  • MIGRATE
  • PROMOTE
  • REBASE
  • REBASE_AND_COMBINE
  • SWAP
  • TEST_ONLY
  • TEST_RESUME
The default value is PROMOTE.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
The ID of the owner of this record.
This field is a polymorphic relationship field.
Relationship Name
Owner
Refers To
Group, User
ParentRequestInfoId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The ID of a parent request info record, used for tracking related or suboperations.
This field is a relationship field.
Relationship Name
ParentRequestInfo
Refers To
DevopsRequestInfo
RequestCompletionDate
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
The date and time when the requested operation was completed.
RequestToken
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
A unique token used to correlate the request with external source control systems or event processing.
Status
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update
Description
The current state of the DevOps request.
Possible values are:
  • CANCELLED
  • ERROR
  • FINALIZING
  • INTERRUPTED
  • IN_PROGRESS
  • NEW
  • SUCCESS
The default value is NEW.

Usage

Use this object to monitor the lifecycle of asynchronous DevOps Center operations. For example, when you promote a work item or run a back sync, DevOps Center creates a DevopsRequestInfo record to manage that specific operation. It acts as a central point for tracking whether an operation is still in progress, has succeeded, or requires troubleshooting due to an error. If a promotion or commit appears stalled, you can query this object to find the associated result and determine if the external services completed the task successfully.

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.

DevopsRequestInfoChangeEvent
Change events are available for the object.
DevopsRequestInfoFeed
Feed tracking is available for the object.
DevopsRequestInfoHistory
History is available for tracked fields of the object.
DevopsRequestInfoOwnerSharingRule
Sharing rules are available for the object.
DevopsRequestInfoShare
Sharing is available for the object.