interface IssueCommentListRequestBean {
    ids: number[];
}

Properties

Properties

ids: number[]

The list of comment IDs. A maximum of 1000 IDs can be specified.