Feature #1966
closedDifferent set of Issue Statuses per Tracker
0%
Description
For various reasons, it would be great to have the possibility to use a different Issue Status set per Tracker. In my case, I would like to reflect a complex workflow with a Redmine Workflow, so I don't need Statuses like New or Accepted, but the things that have to be done.
Related issues
Updated by Dipan Mehta over 11 years ago
Technically, issue statuses are NOT strictly restricted for specific trackers. However, every issue state transition is settable differently for each Tracker.
For example, a Bug goes to New -> Investigation -> In progress -> Fixed
. But Feature can go through New -> Client Approval -> In progress -> Fixed
. So it is possible set the workflow such that Investigation
will never be part of Feature and Client Approval
is never part of bug. This is quite possible through appropriate configuration.
Updated by Daniel Felix over 11 years ago
- Status changed from New to Closed
- Resolution set to Wont fix
Well I would agree Dipan.
You can define different issue status to different trackers.
Just define them in the workflow section as needed. After that, everything should be fine.
In my eyes there is technically no code line to be changed. I'm closing this issue.