Uses of Class
com.atlassian.jira.rest.client.api.domain.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in com.atlassian.jira.rest.client.api
Methods in com.atlassian.jira.rest.client.api with parameters of type CommentModifier and TypeMethodDescriptionio.atlassian.util.concurrent.Promise<Void> IssueRestClient.addComment(URI commentsUri, Comment comment) Adds a comment to JIRA (adding it to selected issue) -
Uses of Comment in com.atlassian.jira.rest.client.api.domain
Methods in com.atlassian.jira.rest.client.api.domain that return CommentModifier and TypeMethodDescriptionstatic CommentComment.createWithGroupLevel(String body, String groupLevel) static CommentComment.createWithRoleLevel(String body, String roleLevel) static CommentMethods in com.atlassian.jira.rest.client.api.domain that return types with arguments of type Comment -
Uses of Comment in com.atlassian.jira.rest.client.api.domain.input
Methods in com.atlassian.jira.rest.client.api.domain.input that return CommentConstructors in com.atlassian.jira.rest.client.api.domain.input with parameters of type CommentModifierConstructorDescriptionLinkIssuesInput(String fromIssueKey, String toIssueKey, String linkType, Comment comment) TransitionInput(int id, Comment comment) TransitionInput(int id, Collection<FieldInput> fields, Comment comment)