Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 605 Bytes

import.md

File metadata and controls

30 lines (20 loc) · 605 Bytes

Import

Import a ticket from a JSON file. Creates a Jira issue on the server with the ticket data specified in the file.

pyJiraCli import --help

Output:

usage: pyJiraCli import [-h] file

positional arguments:
  file        Path to the input file.

options:
  -h, --help  show this help message and exit

Example:

pyJiraCli import important_issue.json

This creates an issue on the Jira server using the data specified in important_issue.json.

More examples can be found in the examples folder.