Project

General

Profile

Actions

Feature #43184

closed

How to import the history data by CSV

Added by Rick Fang 19 days ago. Updated 7 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid

Description

Hi,
I use Redmine to perform the project management in our company. The version of Redmine is 3.4.2 stable.
Currently I have some data coming from Jira , and I want to import these data in Redmine.
I get the Jira database, is exported in CSV format. Thus I converted the Jira CSV into the Redmine format of CSV by Python.
According to the method of Redmine importer function, it can import the "Tracker", "Status", "Title" such standard fields.
But, there is no way to import the history (Journal) into Redmine.
Is there any way to import the history?

Rick

Actions #1

Updated by fiy ege 11 days ago

Rick Fang wrote:

Hi,
I use Redmine to perform the project management in our company. The version of Redmine is 3.4.2 stable.
Currently I have some data coming from Jira , and I want to import these data in Redmine.
I get the Jira database, is exported in CSV format. Thus I converted the Jira CSV into the Redmine format of CSV by Python.
According to the method of Redmine importer function, it can import the "Tracker", "Status", "Title" such standard fields.
But, there is no way to import the history (Journal) into Redmine.
Is there any way to import the history?

Rick

You'd need to write a Ruby script using the Rails console to insert journal entries directly.

Actions #2

Updated by Rick Fang 11 days ago

Thanks for your information.
I found a way to insert journal data by writing an SQL script that adds entries directly into the journals table in our Redmine back end. Once the journals table is updated, the history content is reflected correctly.

Does the Ruby script in the Rails console serve the same purpose?

Rick

Actions #3

Updated by Go MAEDA 7 days ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Please use forums for asking questions. The Issues page is for reporting bugs, suggesting new features, or submitting patches. For more information on how to request help, please see: How to request help.

Actions

Also available in: Atom PDF