Project

General

Profile

Actions

Feature #2007

closed

xmera Omnia - Improvement #1837: Improvements of diverse modules

Provide an API endpoint for starting a synchronisation

Added by liaham about 1 year ago. Updated about 1 year ago.

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

100%

Estimated time:
Compatible Redmine Version:
Actions #1

Updated by liaham about 1 year ago

  • Status changed from New to In Progress
  • Assignee set to liaham
Actions #2

Updated by liaham about 1 year ago

#<ActionController::Parameters {"utf8"=>"✓", "authenticity_token"=>"<token>", "issue_sync"=>{"selected_trackers"=>["7"]}, "commit"=>"Synchronisieren", "controller"=>"issue_sync", "action"=>"create", "project_id"=>"it015"} permitted: false>
Actions #3

Updated by liaham about 1 year ago

curl -v -H "Content-Type: application/xml" -X POST --data-binary "@issue_sync.xml" -H "X-Redmine-API-Key: <api-key>" http://devmac:3000/projects/<project-identifier>/issue_sync.xml

issue_sync.xml:

<issue_sync>
  <selected_trackers type="array">
    <selected_tracker type="integer">7</selected_tracker>
  </selected_trackers>
</issue_sync>
Actions #4

Updated by liaham about 1 year ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100
Actions #5

Updated by liaham about 1 year ago

  • Parent task set to #1837
Actions #6

Updated by liaham about 1 year ago

  • Target version changed from unreleased to 0.3.0
Actions

Also available in: Atom PDF