i have a problem to display all tickets created by the current user at the dashboard. My code until now looks like this:
Code: Select all
<Item Key="Attributes">CreatedUserIDs=$Self->{UserID};CreatedUserIDs=999;</Item>
My question now is, wether it is possible to print them relativly to the logged-in user and if it´s possible, could you please give me a hint to solve it.

Thomas