| 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<Page<IssueType>> |
IssueRestClient.getCreateIssueMetaProjectIssueTypes(String projectIdOrKey,
Long startAt,
Integer maxResults) |
io.atlassian.util.concurrent.Promise<IssueType> |
MetadataRestClient.getIssueType(URI uri)
Retrieves from the server complete information about selected issue type
|
io.atlassian.util.concurrent.Promise<Iterable<IssueType>> |
MetadataRestClient.getIssueTypes()
Retrieves from the server complete list of available issue type
|
| Modifier and Type | Class and Description |
|---|---|
class |
CimIssueType
Describes issue type with fields info map.
|
| Modifier and Type | Method and Description |
|---|---|
IssueType |
Subtask.getIssueType() |
IssueType |
Issue.getIssueType() |
| Modifier and Type | Method and Description |
|---|---|
OptionalIterable<IssueType> |
Project.getIssueTypes()
Getter for issueTypes
|
| 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) |
Subtask(String issueKey,
URI issueUri,
String summary,
IssueType issueType,
Status status) |
| Constructor and Description |
|---|
Project(Iterable<String> expandos,
URI self,
String key,
Long id,
String name,
String description,
BasicUser lead,
URI uri,
Collection<Version> versions,
Collection<BasicComponent> components,
OptionalIterable<IssueType> issueTypes,
Collection<BasicProjectRole> projectRoles) |
| Modifier and Type | Method and Description |
|---|---|
IssueInputBuilder |
IssueInputBuilder.setIssueType(IssueType issueType) |
| Constructor and Description |
|---|
IssueInputBuilder(BasicProject project,
IssueType issueType) |
IssueInputBuilder(BasicProject project,
IssueType issueType,
String summary) |
Copyright © 2022 Atlassian. All rights reserved.