#8347 closed enhancement (duplicate)
More configurable Bar Graph views (in addition to Roadmap)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | none |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We love the bar graph view you get with the Roadmap, but it is only available for Milestones. What we would like is the ability to set a query (via Custom Query) for a bargraph view.
For example with the Roadmap you have the equivalent of a query that is something like:
- Milestone='Release 1'
We would like to have the option to set that to our own query. One example that we would like to have is to show a bar graph of all opened and closed tickets for tickets where a checkbox named external is checked (regardless of the Milestone).
- external='1'
Note: External is a custom field so the long sql format would be:
- (select value from ticket_custom where ticket=t.id and name='externaldr') = '1'
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Component: | general → ticket system |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
comment:2 by , 15 years ago
Sorry, I looked for a existing ticket but didn't find one. I'll look forward to #3284 in release 0.13 (or whenever the enhancement is included).
Please see #3284.