This plugin enables you to create global Redmine issue templates or templates for specific Redmine projects.
This plugin version is compatible only with Redmine 2.1.x and later.
-
To install the plugin
- Download the .ZIP archive, extract files and copy the plugin directory into #{REDMINE_ROOT}/plugins.
Or
-
Change you current directory to your Redmine root directory:
cd {REDMINE_ROOT}
Copy the plugin from GitHub using the following command:
git clone https://github.com/Restream/redmine_issue_template.git plugins/redmine_issue_template
-
Update the Gemfile.lock file by running the following commands:
rm Gemfile.lock bundle install
-
This plugin requires a migration. Run the following command to upgrade your database (make a database backup before):
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
-
Restart Redmine.
Now you should be able to see the plugin in Administration > Plugins.
- To create a global issue template
- To add an issue template for a specific project
- To use a template when you create a new issue
- To edit or delete the project issue template, go to the Issue templates tab of the project settings.
Note that Issue templates tab displays both global and project templates. - To edit or delete the global issue template, go to Administration > Issue templates.
Danil Tashkinov, github.com/nodecarter
Copyright (c) 2016 Restream
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.