interface AddIssueCommentParams {
    attachmentId?: number[];
    content: string;
    issueIdOrKey: string | number;
    notifiedUserId?: number[];
}

Properties

attachmentId?: number[]

Attachment file ID(Post Attachment File returns) 添付ファイルの送信APIが返すID

content: string

Content コメントの本文

issueIdOrKey: string | number

Issue ID or Issue Key 課題のID または 課題キー

notifiedUserId?: number[]

Notified User ID コメント登録の通知を受け取るユーザーID