Generate offline changelog

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
prepetti

Generate offline changelog

Post by prepetti »

Hello

we are using Mantis 1.2.11. As a part of our automated build process, we'd like to generate the Changelog by means of an offline Java program, rather that logging into the console and generate it interactively. Would that be possible and how ?

Thank tou
Peter
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Generate offline changelog

Post by atrol »

Maybe something like this is what you want

Code: Select all

curl http://www.<yourMantisHome>/changelog_page.php?version_id=<yourVersionId>
Please use Search before posting and read the Manual
Post Reply