Modify

Opened 15 years ago

Closed 15 years ago

#5915 closed defect (fixed)

[TRAC] Provide a more comprehensive "Related to current user" ticket query / report

Reported by: ax Owned by: ax
Priority: normal Milestone:
Component: Trac Version:
Keywords: Cc:

Description

the current "Related to current user" ticket query / report is of limited use to me, as it only includes open tickets that i am the owner or reporter of (i'm seldom the owner because i cannot commit). it would be much more useful to me if it would also include tickets that i commented on or am in the cc, and also all closed tickets. trac's cookbook has such an report. i would appreciate if this report (including the first change: include tickets that the user made any changes to ...) could be added to josm.openstreetmap.de.

on a related note: i think it would make sense to add a component website (or trac) for issues like this one.

Attachments (0)

Change History (3)

comment:1 by stoecker, 15 years ago

Owner: changed from team to ax
Status: newneedinfo

Added. Please tell if result is reached. For me the result is to show nearly everything ;-)

Close report when ok.

in reply to:  1 comment:2 by ax, 15 years ago

Replying to stoecker:

Added. Please tell if result is reached. For me the result is to show nearly everything ;-)

yes, was expecting this :) for me, it is only 8 tickets. very useful!

one little addition that would be nice to have would be an extra sort column, after closed and priority, by last modified, desc. ie.

  ORDER BY
    (status = 'closed'), 
    (CASE status
       WHEN 'closed' THEN changetime
       ELSE (-1) * CAST(p.value AS int)
    END) DESC,
    changetime DESC

how about "adding a trac component website (or trac) for issues like this one"?

thanks!

comment:3 by stoecker, 15 years ago

Component: CoreTrac
Resolution: fixed
Status: needinfoclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain ax.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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