jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
449 stars 168 forks source link

addComment does not work #363

Closed pixartist closed 6 months ago

pixartist commented 1 year ago

It looks like the add comment method does not actually do anything. All I get is a response with {"startAt":0,"maxResults":5000,"total":0,"comments":[]} no comment is added, no error is thrown.

jonbeacherdomuso commented 7 months ago

jira.addComment("ISSUE-xxx", "Some comment")

Seth10001 commented 6 months ago

What @jonbeacherdomuso sent seems to work for me. Closing for now, please comment back if you have more info