hello
i am trying to add option to see all close + open tickets for one organizetion in one of the Gadgets in the dashboard.
the line right now is:
status in (Closed, Done, Escalated, "In Progress", Open, Pending, Reopened, Resolved, "Waiting for approval", "Waiting for customer") AND Organizations=orgname
what should i need to add in order to see only tickets from last 24 hours?
thanks
Udi
if you mean to capture issues created in the last 24h....
AND createdDate >= startOfDay(-24h)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.