Modify ↓
Opened 12 years ago
Closed 12 years ago
#10936 closed task (worksforme)
REPORT: Active Ticket query help
Reported by: | Arlene M Kliewer | Owned by: | falkb |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Can you provide the proper SQL syntax for the "Active Tickets" report screen?
I'm not sure how to join the tables in my sql statement. Thanks again for your time! Arlene Kliewer :) Sacramento, CA
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | REPORT_ActiveTickets.png added |
---|
comment:1 Changed 12 years ago by
Owner: | changed from Christopher Paredes to falkb |
---|---|
Status: | new → assigned |
Could you try to use a ticket query instead of SQL? I think it's also possible in that "Active tickets" and this level of access should be more appropriate (because it e.g. uses the ticket cache):
query:?status=!closed & col=id & col=summary & col=project & col=component & col=version & col=milestone & col=priority & col=type & col=status & order=priority
Note: See
TracTickets for help on using
tickets.
screen print