Actions
Feature #2007
closedxmera Omnia - Improvement #1837: Improvements of diverse modules
Provide an API endpoint for starting a synchronisation
Updated by liaham about 1 year ago
- Status changed from New to In Progress
- Assignee set to liaham
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>
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>
Updated by liaham about 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Updated by liaham about 1 year ago
- Target version changed from unreleased to 0.3.0
Actions