How do I query for all trac tickets related to a user. i.e. all tickets for which the tickets were once assigned, assigned now, created , etc etc
|
feedback
|
|
Create custom queries to the Example:
| ||||
|
feedback
|
|
You can express this with a TraqQuery expression. E.g. if you want the columns id, summary and status to show up and query all the tickets for the currently logged in user ($USER) then use the following query.
However this query assumes that the If you want a specific user then replace | |||
feedback
|