Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 3.11 KB

Pullrequest.md

File metadata and controls

29 lines (25 loc) · 3.11 KB

Pullrequest

Properties

Name Type Description Notes
Type_ string [default to null]
Links *PullrequestLinks [optional] [default to null]
Id int32 The pull request's unique ID. Note that pull request IDs are only unique within their associated repository. [optional] [default to null]
Title string Title of the pull request. [optional] [default to null]
Rendered *PullrequestRendered [optional] [default to null]
Summary *IssueContent [optional] [default to null]
State string The pull request's current status. [optional] [default to null]
Author *Account [optional] [default to null]
Source *PullrequestEndpoint [optional] [default to null]
Destination *PullrequestEndpoint [optional] [default to null]
MergeCommit *PullrequestMergeCommit [optional] [default to null]
CommentCount int32 The number of comments for a specific pull request. [optional] [default to null]
TaskCount int32 The number of open tasks for a specific pull request. [optional] [default to null]
CloseSourceBranch bool A boolean flag indicating if merging the pull request closes the source branch. [optional] [default to null]
ClosedBy *Account [optional] [default to null]
Reason string Explains why a pull request was declined. This field is only applicable to pull requests in rejected state. [optional] [default to null]
CreatedOn time.Time The ISO8601 timestamp the request was created. [optional] [default to null]
UpdatedOn time.Time The ISO8601 timestamp the request was last updated. [optional] [default to null]
Reviewers []Account The list of users that were added as reviewers on this pull request when it was created. For performance reasons, the API only includes this list on a pull request's `self` URL. [optional] [default to null]
Participants []Participant The list of users that are collaborating on this pull request. Collaborators are user that: * are added to the pull request as a reviewer (part of the reviewers list) * are not explicit reviewers, but have commented on the pull request * are not explicit reviewers, but have approved the pull request Each user is wrapped in an object that indicates the user's role and whether they have approved the pull request. For performance reasons, the API only returns this list when an API requests a pull request by id. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]