Ticket #5572 (closed defect: fixed)
Roadmap Progress bar errors when using custom Workflow
| Reported by: | anonymous | Owned by: | cboos |
|---|---|---|---|
| Priority: | high | Milestone: | 0.11 |
| Component: | roadmap | Version: | devel |
| Severity: | normal | Keywords: | roadmap workflow |
| Cc: | matthew.block@…, otavio, ecarter, regis@… |
Description
In the 0.11 version, with custom configurable workflows, the Roadmap queries that create the counts for the status bars are not always correct. The Roadmap code is assuming you are using the default workflow. For example, it is assuming the only closed status is 'closed' (which isn't too bad of an assumption). Even worse, it is assuming the only active statuses are 'new', 'assigned', and 'reopened'. Actually, with the first assumption, the number of requests get calculated correctly, however the link does not necessarily show the same number. For example, I'm using a workflow with SEVERAL other statuses and thus when I click on the active link very few of my tickets actually show up.
Need a configuration screen such that you can tell the Roadmap module which statuses are considered Active versus which are considered Closed.


