Interface ServiceDeskComment
@PublicApi
public interface ServiceDeskComment
Represents a comment made on a service project.
-
Method Details
-
getComment
@Nonnull com.atlassian.jira.issue.comments.Comment getComment()- Returns:
- the underlying Jira Comment.
-
getAttachments
List<com.atlassian.jira.issue.attachment.Attachment> getAttachments()- Returns:
- optional Attachments associated with a Comment, or empty list if none are available
-
isPublic
boolean isPublic()Gets whether the comment is public or private. Public comments will appear in the portal, visible to all customers Private comments will only appear in Jira's issue view.- Returns:
- whether the comment is public or private.
-