Different priority levels for different trackers
Added by Sebastian Mehner over 14 years ago
Is there a way to define different priority levels for different trackers? Right now I can define priority levels via enumerations, but they are global. In my project I'd like to track different kinds of issues - which is possible by defining different trackers like "bug" or "feature". Unfortunately all these different trackers use the same priority levels. The point is that I don't want priority level 1 (emergency) to be enabled in my feature-tracker, but I need it in my bug-tracker. Is there a way to achieve this? Maybe a plugin?
Replies (2)
RE: Different priority levels for different trackers - Added by Felix Schäfer over 14 years ago
That is not possible in the current redmine, please file a feature request for the devs to notice this need, thanks.
RE: Different priority levels for different trackers - Added by Roland Leners over 14 years ago
I am also in need of such a function. Besides the use case described by Sebastian, I use redmine with an external party that wants to us specific priority levels. Tying the priority levels to the tracker (which can be defined on a project basis) solves this issue.