Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

This article explains how to create issues in bulk from a CSV using Jira Command Line Interface (CLI).

Instructions

  1. Create a CSV file with the following below columns:
    • project for refers to the project key.
    • type for is the issue type.
    • summary for is the issue summary.
    • description for is the issue description.
    • priority for is the issue priority.
    • assignee for is the issue assignee.
      Image RemovedImage Added
  2. Combine runFromCsv with the --file parameter and createIssue action to create issues in bulk. This example works because the CSV file contains the data that is required for the createIssue action with relevant parameters.

    Code Block
    themeMidnight
    --action runFromCsv --file createissues.csv --common "--action createIssue"


Info
  • Additional columns can be added for custom fields and a list of supported custom fields have been
document in 
  • documented in  Custom Field Types
  • It is recommended to test this scenario in a non-production environment or run the action with the --simulate parameter, to verify the behavior before deploying on a production environment.