Importing issues csv or json

Paulina Mijal September 15, 2022

Dear all,

how is possible to import data into Jira?

2 answers

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 16, 2022

Hi @Paulina Mijal ,

CSV import is a builtin feature provided by JIRA. Take a look to the following article https://confluence.atlassian.com/adminjiraserver/importing-data-from-csv-938847533.html

Hope this helps,

Fabio

0 votes
Shivam Desai September 16, 2022

Hi Paulina,

Import issues using CSV would be the more preferable option. For this,

  1. Each CSV file must possess a heading row with a Summary column.
  2. The header row should avoid containing any punctuation (apart from the commas separating each column) or the importer may not work correctly.
  3. For example, this is valid:

    Summary, Assignee, Reporter, Issue Type, Description, Priority
    "Test issue", bob@example.com, bob@example.com, 1, ,

For importing the file to Jira:

You can visit this link: https://support.atlassian.com/jira-cloud-administration/docs/import-data-from-a-csv-file/

Suggest an answer

Log in or Sign up to answer