Skip to content

renuo/redmine_issue_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Issue Templates

A Redmine plugin that lets each tracker (issue type) in a project have its own description template, used to pre-fill the description field when a new issue is created.

  • One template per (project, tracker) pair.
  • On the new-issue form, the description is pre-filled with the template of the currently selected tracker, and keeps swapping to match as you change the tracker dropdown, right up until you actually edit the text. Once it no longer matches a template verbatim, it's treated as your own text and never overwritten again.
  • Templates are managed from the project's Settings > Issue templates tab.

Permissions

Templates are managed inside the existing Issue tracking project module:

Permission Allows
manage_issue_templates Create, edit and delete issue templates

This permission requires project membership (require: :member), so it can be granted to any role, typically the Manager role, from Administration > Roles and permissions. Any project member can still use a template (it's just the pre-filled description on the new issue form); only members whose role has manage_issue_templates can change it.

Installation

cd redmine
git clone git@github.com:renuo/redmine_issue_templates.git plugins/redmine_issue_templates
bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Restart Redmine afterwards.

License

Copyright 2026-present Renuo AG, published under the MIT License.

About

Redmine plugin for creating and applying reusable issue templates

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors