import issue history using JIRA Rest API

Vineet Kumar July 11, 2016

Is there any way to import issue history in JIRA using using Rest API?Thanks.

1 answer

0 votes
Petar Petrov (Appfire)
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.
July 11, 2016

No, there is no REST API for importing historical information - this can only be achieved when importing a project via the project import tool, but this will also overwrite any existing data. Why do you need this in the first place?

ankita sonal July 11, 2016

Purpose: I want to export Phabricator tickets into JIRA along with history. Using Jira csv importer plugin, I am able to import all phabricator fields except history. Please suggest me.

https://confluence.atlassian.com/adminjiraserver071/importing-data-from-csv-802592885.html

Petar Petrov (Appfire)
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.
July 11, 2016

You can use the JSON importer to import history - see documentation and examples here.

sclarke81 November 22, 2016

The JSON importer can be accessed from the REST API here: rest/jira-importers-plugin/1.0/importer/json

I found this in this question: https://answers.atlassian.com/questions/12265440

Suggest an answer

Log in or Sign up to answer