Interface GetCommentsByIssueOptions

Options for getCommentsByIssue method.

See

RB-3310-mem - Added to allow memory optimization by skipping renderedBody

interface GetCommentsByIssueOptions {
    expandRenderedBody?: boolean;
}

Properties

expandRenderedBody?: boolean

Whether to include renderedBody (HTML) in comments. Default: true for backward compatibility. Set to false to reduce memory/network usage when HTML is not needed.