| 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 |
|---|---|
io.atlassian.util.concurrent.Promise<Void> |
IssueRestClient.addComment(URI commentsUri,
Comment comment)
Adds a comment to JIRA (adding it to selected issue)
|
| Modifier and Type | Method and Description |
|---|---|
static Comment |
Comment.createWithGroupLevel(String body,
String groupLevel) |
static Comment |
Comment.createWithRoleLevel(String body,
String roleLevel) |
static Comment |
Comment.valueOf(String body) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Comment> |
Issue.getComments() |
| Constructor and Description |
|---|
Issue(String summary,
URI self,
String key,
Long id,
BasicProject project,
IssueType issueType,
Status status,
String description,
BasicPriority priority,
Resolution resolution,
Collection<Attachment> attachments,
User reporter,
User assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime dueDate,
Collection<Version> affectedVersions,
Collection<Version> fixVersions,
Collection<BasicComponent> components,
TimeTracking timeTracking,
Collection<IssueField> issueFields,
Collection<Comment> comments,
URI transitionsUri,
Collection<IssueLink> issueLinks,
BasicVotes votes,
Collection<Worklog> worklogs,
BasicWatchers watchers,
Iterable<String> expandos,
Collection<Subtask> subtasks,
Collection<ChangelogGroup> changelog,
Operations operations,
Set<String> labels) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
LinkIssuesInput.getComment() |
Comment |
TransitionInput.getComment() |
| Constructor and Description |
|---|
LinkIssuesInput(String fromIssueKey,
String toIssueKey,
String linkType,
Comment comment) |
TransitionInput(int id,
Collection<FieldInput> fields,
Comment comment) |
TransitionInput(int id,
Comment comment) |
Copyright © 2019 Atlassian. All rights reserved.