Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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