| Package | Description |
|---|---|
| com.atlassian.jira.rest.client.api | |
| com.atlassian.jira.rest.client.api.domain |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.util.concurrent.Promise<BasicIssue> |
IssueRestClient.createIssue(IssueInput issue)
Creates new issue.
|
io.atlassian.util.concurrent.Promise<BulkOperationResult<BasicIssue>> |
IssueRestClient.createIssues(Collection<IssueInput> issues)
Creates new issues in batch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Issue
Single JIRA issue
|
Copyright © 2023 Atlassian. All rights reserved.