Actions
Feature #20187
openSet create date for Issue throw REST API
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
For serial migration from another PM system (or master-master integration) I suggest add ability to set dates for issues and their logs\journals in the past on the create/update issue methods, and in the issue journal update through REST API
What i mean ? For example:
POST /issues.xml
<?xml version="1.0"?>
<issue>
<project_id>1</project_id>
<subject>Example</subject>
<priority_id>4</priority_id>
<created_at>2001-01-01</created_at>
</issue>
Or similar like X-Redmine-Switch-User (setting it in HTTP Headers)
X-Redmine-Override-Session-TimeStamp: 2001-06-27T17:18:26Z
Actions