jira-client icon indicating copy to clipboard operation
jira-client copied to clipboard

Cannot update comment

Open Daanielvb opened this issue 6 years ago • 0 comments

I could not find a way to update an existing comment. The method described on the summary does not exist on the version I'm using.

/* Add the first comment and update it */
Comment comment = issue.addComment("I am a comment!");
comment.update("I am the first comment!");
issue.getComments().get(0).update("this works too!");

I'd like to update one specific comment but do not affect other comments, once I have the comment object in hands there is no update method on it. Does anyone know why was it removed? I'm currently using this gradle version Perhaps what must be done is a simple update of the library on mvn repository

Daanielvb avatar Feb 05 '19 14:02 Daanielvb