PullRequestCommentStars
Returns data from pull request comment starts table.
Select
connector は Backlog API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。リクエストを行うにはProjectId、RepositoryId、PullRequestNumber が必要です。その他のフィルタはクライアント側でconnector 内部で処理されます。
- ProjectId は'=' をサポートしています。
- RepositoryId は'=' をサポートしています。
- PullRequestNumber は'=' をサポートしています。
例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM PullRequestCommentStars WHERE ProjectId = '114706' AND RepositoryId = 22462 AND PullRequestNumber = 2
Columns
| Name | Type | Description |
| ProjectId | Int | |
| RepositoryId | Int | |
| PullRequestNumber | Int | |
| StarId [KEY] | Int | |
| Comment | String | |
| Title | String | |
| Url | String | |
| Created | Datetime | |
| PresenterId | Int | |
| PresenterUserId | String | |
| PresenterName | String | |
| PresenterKeyword | String | |
| PresenterRoleType | Int | |
| PresenterLanguage | String | |
| PresenterMailAddress | String | |
| PresenterNulabAccountName | String | |
| PresenterNulabId | String | |
| PresenterNulabAccountUniqueId | String |