Project

General

Profile

Plugins Directory » Issue Template Plugin

Author: Undev.ru Developer
Website: https://github.com/Undev/redmine_issue_template
Code repository: https://github.com/Undev/redmine_issue_template
Registered on: 2015-06-11 (almost 9 years ago)
Current version: 1.0.6
Compatible with: Redmine 2.3.x, 2.2.x, 2.1.x
User ratings:   (0)

This plugin enables you to create, manage and use global Redmine issue templates and templates for specific Redmine projects.

To create a global issue template, go to Administration > Issue templates and click New issue template. Add the template title and content and click Save.

To add an issue template for a specific project, enable the project issue template module on the project Settings tab. Then switch to the Issue templates tab and create the required project issue templates.

To use a template when you create a new issue, select the required issue template and click Insert template.

Installation notes

1. 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/Undev/redmine_issue_template.git plugins/redmine_issue_template

2. Update the Gemfile.lock file by running the following commands:

rm Gemfile.lock  
bundle install

3. 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

4. Restart Redmine.

Changelog

1.0.6 (2015-04-28)

Compatible with Redmine 2.3.x, 2.2.x, 2.1.x.

redmine_issue_template-master.zip (424 KB) redmine_issue_template-master.zip Undev.ru Developer, 2015-06-24 14:21