I'd like to be able to set up a saved search that could return all the tickets reported by the user performing the search. Similar to how Trac uses $USER
for that purpose (eg. https://sourceforge.net/apps/trac/sourceforge/report/9).
Or some other way for users to (relatively) easily find the tickets they submitted.
Originally by: fina
+1
we also need this feature.
Created #311: [#4504] $USER variable for ticket searches (1 cp)
Related
Tickets:
#4504We've implemented $USER variable in the searches. Now search query is preprocessed and $USER is replaced by actual username right before feeding query to solr. It works fine for tickets, however there is one problem. If $USER variable appears in 'saved search' then users will get inconsistent number of hits for this search in the left bar, due to a fact that hits are cached.
I see two options here:
What is your thoughts about that? Thanks
Option 1 makes sense to me. I think showing nothing at all would be fine - whatever's easy.
Closed #311.
je/42cc_4504