Skip to content

This Redmine plugin allows to archive issue categories, to deactivate them and hide them from the user without deleting them. This is nice because it don't break old tickets. This plugin is an attempt to solve redmine issue #16188

License

Notifications You must be signed in to change notification settings

namezero111111/redmine_archive_issue_categories

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine plugin "archive issue categories"

Normal redmine behaviour when deleting unused/old issue categories is, that in old tickets that were once assigned to the now deleted category, you only see the category ID anymore instead of the category name.

So checking back on old issues is always a bit odd as you don't see all the information needed.

This Redmine plugin now allows you to archive issue categories. This means, to deactivate and hide them from the user without deleting them. This is nice because it doesn't break old tickets 😃

This plugin is an attempt to solve redmine issue #16188.

Installation

  • Clone or download this repo into your redmine_root/plugins/ folder
$ git clone https://github.com/tofi86/redmine_archive_issue_categories.git
  • You have to run the plugin rake task (from the Redmine root directory) to provide the assets and migrate the database schema:
$ rake redmine:plugins:migrate RAILS_ENV=production
  • Restart redmine

License

redmine_archive_categories plugin is released under the MIT License.

About

This Redmine plugin allows to archive issue categories, to deactivate them and hide them from the user without deleting them. This is nice because it don't break old tickets. This plugin is an attempt to solve redmine issue #16188

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.0%
  • CSS 3.0%