bulk edit entries in excel

Kelly Capron (US - Tax) August 26, 2019

I am trying to export entire projects and related tasks and issues to excel, then edit in excel and then reupload the updates. is that possible? 

 

3 answers

1 vote
Deleted user December 9, 2020

Hi Kelly,

Using Jira Command Line Interface app action we can update issues in bulk and upload the file data back to Jira. With this, we can see the issues are updated with the new changes.

--action runFromCsv --file "updateissue.csv" --common "--action updateIssue"

For example, prepare the CSV file with your own columns like issue, description, reporter, etc.. and provide the filename in the CLI action. 

updateIssue-csvfile-contents.jpg

Execute the action command and see the issues are updated in the Jira project.

Thanks,
Raja

0 votes
Kelly Capron (US - Tax) August 26, 2019

We have a list of tasks in excel already. I wanted to update names in jira to match the names in our existing spreadsheet. trying to get our tracker off google sheets. 

jira guy
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.
August 26, 2019

Take a look at this article. It has detailed steps on how to import using csv(excel)

jira guy
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.
August 26, 2019
0 votes
jira guy
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.
August 26, 2019

yeah....but WHY? 

jira guy
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.
August 26, 2019

You can do csv imports to JIRA. You will probably have to do lot of mappings and import issues per project. 

Rémi Formica December 9, 2020

He wants to UPDATE, not IMPORT... Import creates NEW tickets. You cannot use the Import feature to UPDATE EXISTING tickets. There are unfortunately only command line tools (Jira CLI) or 3rd party Excel plugins

Suggest an answer

Log in or Sign up to answer