IssueCommentNotifications
Returns data from issue comment notifications table.
Select
本製品 は Backlog API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。リクエストを行うにはIssueId が必要です。その他のフィルタはクライアント側で本製品 内部で処理されます。
- IssueId は'=' をサポートしています。
例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM IssueCommentNotifications WHERE IssueId = 6840954
Columns
Name | Type | Description |
IssueId | Int | |
CommentId | 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 |