Modify ↓
Opened 16 years ago
Closed 16 years ago
#3151 closed enhancement (fixed)
[Trac] Please add new TrackReport
Reported by: | jpstotz | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | Trac | Cc: |
Description
It would be nice having a TracReport that lists only tickets that are related to the currently logged on account.
The following definition should cover that:
SELECT id AS ticket,summary FROM ticket WHERE owner=$USER OR reporter=$USER
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Added number 9 a little bit modified.