| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Method and Description |
|---|---|
static Issue.FluentCreate |
Issue.create(RestClient restclient,
String project,
String issueType)
Creates a new JIRA issue.
|
Issue.FluentCreate |
JiraClient.createIssue(String project,
String issueType)
Creates a new issue in the given project.
|
Issue.FluentCreate |
Issue.createSubtask()
Creates a new sub-task.
|
Issue.FluentCreate |
Issue.FluentCreate.field(String name,
Object value)
Appends a field to the update action.
|
Copyright © 2022. All rights reserved.