Uses of Interface
com.atlassian.servicedesk.api.comment.ServiceDeskComment
Packages that use ServiceDeskComment
-
Uses of ServiceDeskComment in com.atlassian.servicedesk.api.comment
Methods in com.atlassian.servicedesk.api.comment that return ServiceDeskCommentModifier and TypeMethodDescriptionServiceDeskCommentService.createServiceDeskComment(com.atlassian.jira.user.ApplicationUser user, ServiceDeskCommentCreateParameters createParameters) Create a new service project comment with the providedApplicationUseras the authorServiceDeskCommentService.getServiceDeskCommentById(com.atlassian.jira.user.ApplicationUser user, Long commentId) Gets aServiceDeskCommentfrom a comment id.ServiceDeskCommentService.getServiceDeskCommentByJiraComment(com.atlassian.jira.user.ApplicationUser user, com.atlassian.jira.issue.comments.Comment comment) Gets aServiceDeskCommentfrom an associatedComment.Methods in com.atlassian.servicedesk.api.comment that return types with arguments of type ServiceDeskCommentModifier and TypeMethodDescriptionServiceDeskCommentService.getCommentsOfRequest(com.atlassian.jira.user.ApplicationUser user, ServiceDeskCommentQuery commentQuery) Retrieve a page ofServiceDeskCommentof a particularCustomerRequest -
Uses of ServiceDeskComment in com.atlassian.servicedesk.api.event
Methods in com.atlassian.servicedesk.api.event that return ServiceDeskComment