Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | createIssue(projectKey, parentIssueKey, issueType, summary[, priority, description, components, due date, estimate, security_level, field_mappings]) | Package | | Alias | | Pkg Usage | |
|
Description
Excerpt |
---|
|
Creates an issue based on the provided arguments. |
Creates an issue based on the provided arguments.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
projectKey | String | Yes | Key of the project, where the issue will be created, as it is saved in the Administration part. | parentIssueKey | String | Yes | Key of the parent issue. Though the parameter is required, it can take an empty value to specify that the issue is not a sub-task, but a regular issue. | issueType | String | Yes | Type of the issue that will be created. | summary or issueSummary | String | Yes | Summary of the issue that will be created. | priority | String | No | Priority. | description | String | No | Description of the issue that will be created. | components | array of strings | No | Components of the issue that will be created. | due date | Date | No | Due date of the issue that will be created. | estimate | interval | No | Original estimate of the issue that will be created. | security level | String | No | Security level of the issue that will be created. | custom fields mappings/field mappings (since version 3.0.2) | array of strings | No | Mappings of the custom field of the issue that will be created.Starting with version 3.0.2 the mappings of the custom and system fields of the issue will be created. |
|
Return Type
String
The key of the created issue
...
Will create an Improvement with no components and the assignee set for user with the username "someUserName".
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "issue_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|