Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For this, the CSV file should contain the fields: project, summary, type and parent (only in case of sub-task).

Image RemovedImage Added

CLI result:

Code Block
themeMidnight
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: issuerun1samplefile.csv


To update the status of the issue(s), run the CLI action:

...