Package | Description |
---|---|
com.atlassian.servicedesk.api.comment | |
com.atlassian.servicedesk.api.event |
Modifier and Type | Method and Description |
---|---|
ServiceDeskComment |
ServiceDeskCommentService.createServiceDeskComment(com.atlassian.jira.user.ApplicationUser user,
ServiceDeskCommentCreateParameters createParameters)
Create a new Service Desk comment with the provided
ApplicationUser as the author |
ServiceDeskComment |
ServiceDeskCommentService.getServiceDeskCommentById(com.atlassian.jira.user.ApplicationUser user,
Long commentId)
Gets a
ServiceDeskComment from a comment id. |
ServiceDeskComment |
ServiceDeskCommentService.getServiceDeskCommentByJiraComment(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.issue.comments.Comment comment)
Gets a
ServiceDeskComment from an associated Comment . |
Modifier and Type | Method and Description |
---|---|
PagedResponse<ServiceDeskComment> |
ServiceDeskCommentService.getCommentsOfRequest(com.atlassian.jira.user.ApplicationUser user,
ServiceDeskCommentQuery commentQuery)
Retrieve a page of
ServiceDeskComment of a particular CustomerRequest |
Modifier and Type | Method and Description |
---|---|
ServiceDeskComment |
ServiceDeskCommentEvent.getComment() |
Copyright © 2019 Atlassian. All rights reserved.