Ticket #1426 (closed enhancement: fixed)
[with patch] new trac view: tickets ***reported by*** given user
| Reported by: | zimmerma | Owned by: | was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-2.9.1 |
| Component: | website/wiki | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
I don't know if this is possible, but I wish the possibility to view all tickets reported by a user logged in trac (either only active tickets, or active tickets first). This would enable me to see progress made on those tickets.
Currently it is possible to view *my tickets*, i.e., tickets *assigned to me*, which is quite different :-)
PS: I'm not sure the component "website/wiki" is the right one. Maybe one needs a new component "trac"?
Change History
comment:2 Changed 5 years ago by zimmerma
Hi Michael,
http://sagetrac.org/sage_trac/report/7 does not do what I want. If I click on it, I get no ticket, which is normal since no ticket was *assigned* to me.
What I'd like to have is a list of ticket I've *reported*.
Paul
comment:3 Changed 5 years ago by AlexGhitza
Hi Paul,
Just to try this out, I went to http://sagetrac.org/sage_trac/report/7 and noticed the link "Custom Query" toward the top right, underneath the main trac bar.
By default, it has only one field for searching, namely "Owner is". But under that, to the right, there's an option "Add filter", and one of the possibilities is "Reporter". You need to get rid of the "Owner is" field by clicking the minus sign at the right, and you're set to search for tickets reported by a certain person.
So good news: it can be done in trac. Bad news: it's a pain to go through all that every time. Maybe it's possible to have a short cut for this?
Alex
comment:4 Changed 5 years ago by AlexGhitza
Sorry, me again.
It should be almost trivial for someone who has privileges to do this, to copy the "My Tickets" report and replace "Owned by" by "Reported by". We could then have something like "Tickets I own" and "Tickets I reported" as two reports easily accessible.
As far as I can tell, though, one needs administrator privileges in order to mess around with the reports.
Alex

Hey Paul,
how about http://sagetrac.org/sage_trac/report/7? Or do you wish to query for a user that isn't you also?
Cheers,
Michael