Interface ApprovalComment
public interface ApprovalComment
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets whether the comment is public or private.
-
Method Details
-
getComment
String getComment()- Returns:
- comment body or null if not provided.
-
getTemporaryAttachmentIds
- Returns:
- a list of temporary attachment IDs or empty list if none are available
-
isCommentPublic
boolean isCommentPublic()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.
-