Properties
Name | Type | Required | Description |
---|---|---|---|
CreatedAt | string | ❌ | The date and time at which the pull request was created. |
CreatedBy | string | ❌ | The ID of the user who created the pull request. |
Description | string | ❌ | The pull request's description. |
DestinationId | string | ❌ | The pull request's merge destination ID. |
ForkType | string | ❌ | The type of forked element. |
Id | string | ❌ | The pull request's ID. |
SourceId | string | ❌ | The unique ID of the source element. |
Status | PullRequestUpdatedStatus | ❌ | The pull request's status. |
Title | string | ❌ | The pull request's title. |
UpdatedAt | string | ❌ | The date and time at which the pull request was updated. |
The pull request's status.
Properties
Name | Type | Required | Description |
---|---|---|---|
Open | string | ✅ | "open" |
Approved | string | ✅ | "approved" |
Declined | string | ✅ | "declined" |
Merged | string | ✅ | "merged" |