Anyone tried modifying the release notes templates according this tutorial on version 7.8.0 or a newer one?
It seems to totally ignore the customization and display the version report as default, ignoring the release notes comments
Both files from the tutorial, releasenotes-with-releasecomment-text.vm and releasenotes-with-releasecomment-html.vm contain the following statement:
#if($customField.name.equals("release notes comments"))
It appears that this is not case insensitive, and actual line should be
#if($customField.name.equals("Release notes comments"))
if we are to follow the tutorial and create a custom field named "Release notes comments"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.