PullRequestChange
Represents a state change in a pull request linked to an issue.
Attributes
This table describes attributes of the PullRequestChange entity.
To receive an attribute in the response from the server, specify it explicitly in the
fieldsrequest parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
|---|---|---|
id | String | The database ID of the pull request change. |
author | The author of the pull request change. | |
userNotFoundReason | Byte | The reason code that explains why the pull request change author could not be associated with a YouTrack user account. A value of |
hubUserNotFoundReason | Byte | The reason code that explains why the pull request change author could not be associated with a Hub user account. A value of |
fetched | Long | The date when the pull request change was fetched from the repository to YouTrack. |
state | The pull request state after the change. | |
reopened | Boolean | True if the pull request was reopened by this change, otherwise false. |
pullRequest | The pull request that contains the change. |