MergeQueueEntries
Lists information about the different entries on an merge queue.
View-Specific Information
Select
The adapter processes filters client-side within the adapter.
Columns
Name | Type | References | OrderBySupport | Description |
Id [KEY] | String | The ID of the MergeQueueEntry object. | ||
RepositoryId | String | The ID of the Repository object. | ||
RepositoryMergeQueueId | String | The ID of the MergeQueue object. | ||
BaseCommitId | String | The ID of the base commit. | ||
EnqueuedAt | Datetime | The date and time this entry was added to the merge queue. | ||
EstimatedTimeToMerge | Int | The estimated time in seconds until this entry will be merged. | ||
HeadCommitId | String | The ID of the head commit. | ||
Jump | Bool | Whether this pull request should jump the queue. | ||
Position | Int | The position of this entry in the queue. | ||
PullRequestId | String | The ID of the PullRequest object. | ||
Solo | Bool | Does this pull request need to be deployed on its own? | ||
State | String | The state of this entry in the queue. |