Interface MutableComment

All Superinterfaces:
Comment, WithId
All Known Implementing Classes:
CommentImpl, MockComment

@PublicApi public interface MutableComment extends Comment
Represents a comment's in JIRA. After calling any 'setter' method, you will need to call CommentService.update(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.comments.MutableComment, boolean, com.atlassian.jira.util.ErrorCollection) which does permission checking or CommentManager.update(com.atlassian.jira.issue.comments.Comment, boolean) which will just store the provided object, to persist the change to the database.