Our new Appfire Documentation Space is now live!
Take a look here! If you have any questions please email support@appfire.com
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 | |
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. |