Project

General

Profile

Actions

Feature #17077

closed

fetch_changesets should use POST method too

Added by Aurélien Patour almost 10 years ago. Updated over 9 years ago.

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

0%

Estimated time:
Resolution:
Fixed

Description

We use fetch_changesets to link Redmine issues with our git commits within another application.
Unfortunately, it only uses the POST method - so we had to add it to the redmine code :

- match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => :get
+ match 'sys/fetch_changesets', :to => 'sys#fetch_changesets', :via => [:get, :post]

Could you please add it to a future Redmine version ?

Thanks !


Related issues

Has duplicate Redmine - Feature #17169: Allow POST in sys/fetch_changesetsClosed

Actions
Actions

Also available in: Atom PDF