Get comments by defined issueId (or issueKey).
await SR.jira.getCommentsByIssue('KEY-1')// expected result:// {// comments: [// id, author, body, renderedBody: "<p>Hello World</p>", created, updated// ]// } Copy
await SR.jira.getCommentsByIssue('KEY-1')// expected result:// {// comments: [// id, author, body, renderedBody: "<p>Hello World</p>", created, updated// ]// }
Get comments by defined issueId (or issueKey).