...
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
...