| 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<Iterable<BasicProject>> |
ProjectRestClient.getAllProjects()
Returns all projects, which are visible for the currently logged in user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CimProject
Represents project allowed to choose to create new issue.
|
class |
Project
Complete information about single JIRA project.
|
| Modifier and Type | Method and Description |
|---|---|
BasicProject |
Issue.getProject() |
| 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 |
|---|---|
IssueInputBuilder |
IssueInputBuilder.setProject(BasicProject project) |
| Constructor and Description |
|---|
IssueInputBuilder(BasicProject project,
IssueType issueType) |
IssueInputBuilder(BasicProject project,
IssueType issueType,
String summary) |
Copyright © 2023 Atlassian. All rights reserved.