| Modifier and Type | Method and Description |
|---|---|
Issue |
execute()
Executes the create action (issue includes all fields).
|
Issue |
execute(String includedFields)
Executes the create action and specify which fields to retrieve.
|
Issue.FluentCreate |
field(String name,
Object value)
Appends a field to the update action.
|
public Issue execute() throws JiraException
JiraException - when the create failspublic Issue execute(String includedFields) throws JiraException
includedFields - Specifies which issue fields will be included
in the result.
JiraException - when the create failspublic Issue.FluentCreate field(String name, Object value)
name - Name of the fieldvalue - New field valueCopyright © 2022. All rights reserved.