| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api | |
| com.atlassian.jira.rest.client.api.domain | |
| com.atlassian.jira.rest.client.api.domain.input |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<java.lang.Void> |
IssueRestClient.addComment(java.net.URI commentsUri,
Comment comment)
Adds a comment to JIRA (adding it to selected issue)
|
| Modifier and Type | Method and Description |
|---|---|
static Comment |
Comment.createWithGroupLevel(java.lang.String body,
java.lang.String groupLevel) |
static Comment |
Comment.createWithRoleLevel(java.lang.String body,
java.lang.String roleLevel) |
static Comment |
Comment.valueOf(java.lang.String body) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Comment> |
Issue.getComments() |
| Constructor and Description |
|---|
Issue(java.lang.String summary,
java.net.URI self,
java.lang.String key,
java.lang.Long id,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
java.lang.String description,
BasicPriority priority,
BasicResolution resolution,
java.util.Collection<Attachment> attachments,
User reporter,
User assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime dueDate,
java.util.Collection<Version> affectedVersions,
java.util.Collection<Version> fixVersions,
java.util.Collection<BasicComponent> components,
TimeTracking timeTracking,
java.util.Collection<IssueField> issueFields,
java.util.Collection<Comment> comments,
java.net.URI transitionsUri,
java.util.Collection<IssueLink> issueLinks,
BasicVotes votes,
java.util.Collection<Worklog> worklogs,
BasicWatchers watchers,
java.lang.Iterable<java.lang.String> expandos,
java.util.Collection<Subtask> subtasks,
java.util.Collection<ChangelogGroup> changelog,
java.util.Set<java.lang.String> labels) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
TransitionInput.getComment() |
Comment |
LinkIssuesInput.getComment() |
| Constructor and Description |
|---|
LinkIssuesInput(java.lang.String fromIssueKey,
java.lang.String toIssueKey,
java.lang.String linkType,
Comment comment) |
TransitionInput(int id,
java.util.Collection<FieldInput> fields,
Comment comment) |
TransitionInput(int id,
Comment comment) |
Copyright © 2013 Atlassian. All Rights Reserved.