Pull request projects API
A pull request project represents an entity that is the recipient of pull requests. All pull requests are tied to a pull request project. Typically, all pull request projects are also bound to a repository, which are discovered using a user's credentials.
Supported request
Get a list of pull request projects: /pull_request_projects/
Fields
Name | Type | Description |
|---|---|---|
| double | Unique identifier for the pull request project. |
| string | Pull request name. |
| string | URL for the pull request project. |
| string | Vendor type. |
| double | Unique identifier for a repository. |
| double | Unique identifier for the person who added the pull request project. |
| string | Date and time the pull request project was created. |
| string | Date and time the pull request project was updated. |
| string | Name of Integration used to import projects. |
| string | Date and time of last successful processing. |
| string | Processing status. |
