Uses of Interface
com.atlassian.servicedesk.api.comment.ServiceDeskComment
-
Uses of ServiceDeskComment in com.atlassian.servicedesk.api.comment
Modifier and TypeMethodDescriptionServiceDeskCommentService.createServiceDeskComment
(com.atlassian.jira.user.ApplicationUser user, ServiceDeskCommentCreateParameters createParameters) Create a new service project comment with the providedApplicationUser
as the authorServiceDeskCommentService.getServiceDeskCommentById
(com.atlassian.jira.user.ApplicationUser user, Long commentId) Gets aServiceDeskComment
from a comment id.ServiceDeskCommentService.getServiceDeskCommentByJiraComment
(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.issue.comments.Comment comment) Gets aServiceDeskComment
from an associatedComment
.Modifier and TypeMethodDescriptionServiceDeskCommentService.getCommentsOfRequest
(com.atlassian.jira.user.ApplicationUser user, ServiceDeskCommentQuery commentQuery) Retrieve a page ofServiceDeskComment
of a particularCustomerRequest
-
Uses of ServiceDeskComment in com.atlassian.servicedesk.api.event