PullRequestCommentNotifications
Returns data from pull request comment notifications table.
Select
connector は Backlog API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。リクエストを行うにはProjectId、RepositoryId、PullRequestNumber が必要です。その他のフィルタはクライアント側でconnector 内部で処理されます。
- ProjectId は'=' をサポートしています。
- RepositoryId は'=' をサポートしています。
- PullRequestNumber は'=' をサポートしています。
例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM PullRequestCommentNotifications WHERE ProjectId = '114706' AND RepositoryId = 22462 AND PullRequestNumber = 2
Columns
| Name | Type | Description |
| ProjectId | Int | |
| RepositoryId | Int | |
| PullRequestNumber | Int | |
| NotificationId [KEY] | Int | |
| Reason | String | |
| AlreadyRead | Boolean | |
| ResourceAlreadyRead | Boolean | |
| CreatedById | Int | |
| CreatedByUserId | String | |
| CreatedByName | String | |
| CreatedByKeyword | String | |
| CreatedByRoleType | Int | |
| CreatedByLanguage | String | |
| CreatedByMailAddress | String | |
| CreatedByNulabAccountName | String | |
| CreatedByNulabId | String | |
| CreatedByNulabAccountUniqueId | String |