You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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?
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.
Execute the action command and see the issues are updated in the Jira project.
Thanks,
Raja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do csv imports to JIRA. You will probably have to do lot of mappings and import issues per project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at this article. It has detailed steps on how to import using csv(excel)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oops...! forgot to paste the link
https://confluence.atlassian.com/adminjiraserver082/importing-data-from-csv-974356575.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.