Modify

Opened 14 years ago

Closed 14 years ago

#6765 closed enhancement (invalid)

"Tickets related to current user" does not include tickets where I am cc'ed

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

Description

please :)?

Attachments (0)

Change History (2)

comment:1 by stoecker, 14 years ago

It already should be:

  WHERE reporter = '$USER' 
   OR cc LIKE '$USER,%'
   OR cc LIKE '% $USER'
   OR cc LIKE '% $USER,%'
   OR cc = '$USER'
   OR tc.author='$USER'

comment:2 by xeen, 14 years ago

Resolution: invalid
Status: newclosed

You are probably right. I don't know what I clicked, but it certainly wasn't 'related to current user'.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain stoecker.
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.