MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
https://mrrefactoring.github.io/jira.js/
MIT License
366 stars 49 forks source link

Can only edit comment body with updateComment #226

Closed chandler05 closed 2 years ago

chandler05 commented 2 years ago

As far as I can tell, the only property of the comment that can be updated by issueComments.updateComment is the body of the comment, despite it accepting other properties such as the visibility. It would be really nice if the function could also update the visibility of the comment.

MrRefactoring commented 2 years ago

Hi @chandler05! Yeah, you are right, I see additional properties need to be added

chandler05 commented 2 years ago

Thank you so much!