Opened 15 years ago
Closed 15 years ago
#6060 closed defect (fixed)
Allow no parameters, to show overall progress
Reported by: | gregmac | Owned by: | anonymous |
---|---|---|---|
Priority: | normal | Component: | ProgressMeterMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Currently, if no parameters are specified, eg:
[[ProgressMeter()]]
The following error is produced:
Error: Macro ProgressMeter(None) failed Query filter requires field and constraints separated by a "="
It would be nice to allow this to support creation of an overall snapshot-type view of status across the whole system.
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Without specifying anything, it should include everything.
There is a workaround for this, btw, which I am using now on a stats wiki page:
Overall Status: task|enhancement)?
Effectively, this includes everything, and gives a high-level global view of all tickets. It's also nice because you can click and instantly see all tickets (regardless of milestone/type/etc) in a given status. We use a workflow that includes several statuses, and the progress bars are configured to show all of these separately, so it's quite useful.
comment:3 Changed 15 years ago by
sorry, that was supposed to be:
[[ProgressMeter(type=bug|task|enhancement)]]
Changed 15 years ago by
Attachment: | overall-status-progressmeter.jpg added |
---|
example of global progress meter with additional workflow
comment:4 Changed 15 years ago by
Owner: | changed from Andrej Tokarčík to anonymous |
---|---|
Status: | new → assigned |
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [7331]) ProgressMeterMacro: A macro call without arguments doesn't trigger an error, but shows a global progress bar instead, fixes #6060.
Are you saying that you would like to have the ProgressMeterMacro by default aggregate the statistics for all milestones? If so, would you include Open milestones, or Open and Closed milestones?