hdgarrood / redmine_release_notes

A plugin to add release notes to Redmine
GNU General Public License v3.0
73 stars 46 forks source link

dowload/export release notes file via rest call from ant,maven or curl #50

Closed cforce closed 11 years ago

cforce commented 11 years ago

Would be great if i can pass my build file the version name for tagging and this is also used to query the releas notes file which is checked in when released.

hdgarrood commented 11 years ago

try:

GET /release_notes/:version_id/generate?raw=true
cforce commented 11 years ago

Ahh cool, please add this api calls to wiki docu

hdgarrood commented 11 years ago

good idea, will do