Skip to content

Replaces redmine's priority with a urgency/impact choice

Notifications You must be signed in to change notification settings

nanego/redmine_itil_priority

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine ITIL Priority plugin

This plugin replaces Redmine's priority with an impact/urgency choice, following ITIL principles. Then the priority is deduced from the previous choice.

Screenshot

TODO

redmine_itil_priority screenshot

Install

This plugin is compatible with Redmine 2.1.x and 2.2.x, and should be compatible with future versions.

You can first take a look at general instructions for plugins here.

Then :

  • clone this repository in your "plugins/" directory ; if you have a doubt you put it at the good level, you can check you have a plugins/redmine_itil_priority/init.rb file
  • run the migrations from your redmine root directory with command : RAILS_ENV=production rake redmine:plugins
  • install dependencies (gems) by running the following command: bundle install
  • restart your Redmine instance (depends on how you host it)

Contribute

If you like this plugin, it's a good idea to contribute :

  • by giving feed back on what is cool, what should be improved
  • by reporting bugs : you can open issues directly on github
  • by forking it and sending pull request if you have a patch or a feature you want to implement

About

Replaces redmine's priority with a urgency/impact choice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.6%
  • Ruby 42.4%