Zum Hauptinhalt springen

Archived Status

in DPQL Reference
Autorenliste
veröffentlicht: 16. März 2017|Letzte Aktualisierung: 3. Nov. 2022

When you create custom reports with the Reports Builder, tickets that have been  Ticket archiving will not show up if you query only for resolved tickets.

Archived tickets have a tickets.status value of ‘archived’.

To ensure you match resolved OR archived tickets, you should check for:

WHERE tickets.status IN ('resolved', 'archived')
copy

There is also a tickets.date_archived field which indicates when the ticket was last archived.

Note that the built-in reports for resolved tickets already include archived tickets.

HilfreichNicht hilfreich
nächste SeiteDate and Time Operations
vorherige SeiteAliasing Expressions with AS

Bitte loggen Sie sich ein oder melden Sie sich an, um einen Kommentar zu hinterlassen.