This repository was archived by the owner on Jan 23, 2021. It is now read-only.
Release v0.3.1
0.3.1
- Basic feature implemented of note template.
- Enabled to use issue templates when updating issue.
- Go to global template admin setting, and turn on "apply_template_when_edit_issue" flag.
- Bugfix: Prevent conflict against issue controller helper. (#217)
- Update readme: Merged PR #219. Thanks Arnaud Venturi!
NOTE: This version requires migration command to use note template feature.
$ rake redmine:plugins:migrate RAILS_ENV=production
ScreenShot
Template for Note (Comment)
Sidebar
Apply note template via popup window
Feature flag enabled to apply issue template when editing issue
Trying Docker
Now this PR was merged into develop branch.
You can try this feature via docker-compose.
$ git clone https://github.com/akiko-pusu/redmine_issue_templates
$ cd redmine_issue_templates
$ docker-compose build web
$ docker-compose up web
Access to http://localhost:3000/