Project

General

Profile

Actions

Feature #20187

open

Set create date for Issue throw REST API

Added by Alexey Lustin almost 9 years ago. Updated over 8 years ago.

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 #1

Updated by Toshi MARUYAMA over 8 years ago

  • Description updated (diff)
Actions #2

Updated by Toshi MARUYAMA over 8 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF