---
title: "Comment interface"
canonical: "https://support.appfire.com/space/JMCF/465895894/Comment%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the [Comment](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html) interface you can use on a Comment returned by the [Getters](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465371580) when you [access the Comments field](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465240465).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| [getAuthorApplicationUser](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getAuthorApplicationUser())`()` | [ApplicationUser](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465732359) | The key for the user that created the comment |
| [getAuthorFullName](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getAuthorFullName())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The display name of the user that created the comment |
| [getBody](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getBody())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The body of the comment |
| [getCreated](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getCreated())`()` | [Date](http://download.oracle.com/javase/6/docs/api/index.html?java/util/Date.html) | The date on which the comment was created |
| [getGroupLevel](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getGroupLevel())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The group level on which the comment is applicable |
| [getId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The ID of the comment |
| [getIssue](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getIssue())`()` | [Issue](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465764748) | The issue on which the comment is added |
| [getRoleLevel](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getRoleLevel())`()` | [ProjectRole](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/security/roles/ProjectRole.html) | The role level on which the comment is applicable |
| [getRoleLevelId](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getRoleLevelId())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The role ID on which the comment is applicable |
| [getUpdateAuthorApplicationUser](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getUpdateAuthorApplicationUser())`()` | [ApplicationUser](https://appfire.atlassian.net/wiki/spaces/JMCF/pages/465732359) | The user that performed the update |
| [getUpdateAuthorFullName](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getUpdateAuthorFullName())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The name of the user that performed the update |
| [getUpdated](https://developer.atlassian.com/static/javadoc/jira/reference/com/atlassian/jira/issue/comments/Comment.html#getUpdated())`()` | [Date](http://download.oracle.com/javase/6/docs/api/index.html?java/util/Date.html) | The date on which the comment is updated |
| `isInternal()` | [Boolean](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Boolean.html) | <span style="color: #172b4d">True if the comment is "internal" in the Jira Service Desk sense.</span> |