PullRequestAssignedActors
Assigned actors to this pull request.
View-Specific Information
Select
The component uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- PullRequestNumber supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [PullRequestAssignedActors]
SELECT * FROM [PullRequestAssignedActors] WHERE [PullRequestNumber] = 123
The component processes other filters client-side within the component.
Columns
| Name | Type | References | OrderBySupport | Description |
| PullRequestId | String | The ID of the pull request. | ||
| PullRequestNumber | Int | Identifies the pull request number. | ||
| Id [KEY] | String | Id of the assigned actor. | ||
| AvatarURL | String | A URL pointing to the actor's public avatar. | ||
| Login | String | The username of the actor. | ||
| ResourcePath | String | The HTTP path for this actor. | ||
| URL | String | The HTTP URL for this actor. |
Assigned actors to this pull request.
View-Specific Information
Select
The component uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- PullRequestNumber supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [PullRequestAssignedActors]
SELECT * FROM [PullRequestAssignedActors] WHERE [PullRequestNumber] = 123
The component processes other filters client-side within the component.
Columns
| Name | Type | References | OrderBySupport | Description |
| PullRequestId | String | The ID of the pull request. | ||
| PullRequestNumber | Integer | Identifies the pull request number. | ||
| Id [KEY] | String | Id of the assigned actor. | ||
| AvatarURL | String | A URL pointing to the actor's public avatar. | ||
| Login | String | The username of the actor. | ||
| ResourcePath | String | The HTTP path for this actor. | ||
| URL | String | The HTTP URL for this actor. |