Interface ApprovalComment


public interface ApprovalComment
  • Method Details

    • getComment

      String getComment()
      Returns:
      comment body or null if not provided.
    • getTemporaryAttachmentIds

      List<String> 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.