Skip to end of banner
Go to start of banner

How to import data from external systems or databases

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The CLI can be used to import data into JIRA from external systems either dynamically or as a one time load. Various techniques are available.

  1. Scripting and executing various individual CLI actions depending on the data
  2. Scripting to produce a run file of action then using the run action
  3. Creating a CSV file from an external source with or without modifications using a script and then using runFromCsv action
  4. Constructing one or more SQL statements and using runFromSql action

More information and examples are needed here! Until more documentation is available, see the release notes

  • No labels