Get comments by specified JQL.
await SR.jira.getCommentsByJQL('assignee = currentUser()')// expected result:// [{// id,// key,// comments: [// id, author, body, renderedBody: "<p>Hello World</p>", created, updated// ]// }] Copy
await SR.jira.getCommentsByJQL('assignee = currentUser()')// expected result:// [{// id,// key,// comments: [// id, author, body, renderedBody: "<p>Hello World</p>", created, updated// ]// }]
Get comments by specified JQL.