/
Comment interface
Comment interface
This document details the methods of the Comment
interfaceĀ you can use on a Comment returned by theĀ GettersĀ when youĀ access the Comments field.
Method | Return type | Returns |
---|---|---|
The key for the user that created the comment | ||
TheĀ display name of the userĀ that created the comment | ||
| The body of the comment | |
getBodyHtml()Ā | String | The comment's text formatted into Html. Useful to insert the comment into the Html Body of the Email Issue post-function. |
Date | The date on which the comment was created | |
String | The group level on which the comment is applicable | |
| Long | The ID of the comment |
| Issue | The issue on which the comment is added |
ProjectRole | The role level on which the comment is applicable | |
String | The role ID on which the comment is applicable | |
getUpdateAuthorApplicationUser() | ApplicationUser | The user that performed the update |
getUpdateAuthorFullName() | String | The name of the user that performed the update |
getUpdated() | Date | The date on which the comment is updated |
isInternal() | Boolean | True if the comment is "internal" in the Jira Service Desk sense. |
Related content
Standard JIRA fields
Standard JIRA fields
Read with this
Comment interface
Comment interface
More like this
getCommentById
getCommentById
More like this
getLastComment
getLastComment
More like this
addComment
addComment
More like this
getCommentById
getCommentById
More like this