...
For this, the CSV file should contain the fields: project, summary, type and parent (only in case of sub-task).
CLI result:
Code Block | ||
---|---|---|
| ||
Run: --project "WUC" --summary "new by run from csv" --type "Sub-task" --parent "WUC-805" --action createIssue --continue Issue WUC-826 created with id 19408 as subtask of WUC-805. Run: --project "WUC" --summary "new1" --type "Sub-task" --parent "WUC-811" --action createIssue --continue Issue WUC-827 created with id 19409 as subtask of WUC-811. Run completed successfully. 2 actions were successful from file: samplefile.csv |
...