Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#8347 closed enhancement (duplicate)

More configurable Bar Graph views (in addition to Roadmap)

Reported by: kace_chrisman@… 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 Christian Boos, 15 years ago

Component: generalticket system
Resolution: duplicate
Status: newclosed

Please see #3284.

comment:2 by kace_chrisman@…, 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).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.