IssueSuggestedActors
Lists information about the suggested actors to the repository's issues.
View-Specific Information
Select
The connector uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- IssueNumber supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [IssueSuggestedActors]
SELECT * FROM [IssueSuggestedActors] WHERE [IssueNumber] = 123
The connector processes other filters client-side within the connector.
Columns
| Name | Type | References | OrderBySupport | Description |
| IssueNumber [KEY] | Integer |
Issues.Number | Identifies the issue number associated with the suggested actor. | |
| Id [KEY] | String | Id of the suggested 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. |