この表は、Helpshift で利用できるフィルターオペレーターの包括的な概要を提供します。各オペレーターの表示名、意味、使用例を網羅しており、Smart View、オートメーション、Issue ダッシュボードの高度な検索でフィルター条件を構築する際に役立ちます。このフィルター機能は、スマートビュー、新規チケット自動化及び時間ベース自動化に使われます。

Operator DisplayDisplay MeaningExample
isEqual toApp is "Apple"
is notNot equal toApp is not "Apple"
is one ofIs one of the followingApp is one of "Apple","Banana", "Orange"
is none ofIs none of the followingApp is none of "Apple","Banana", "Orange"
is setValue is setAssignee is set (Filters and displays only tickets with an assignee assigned for all tickets)
is not setValue is not setAssignee is not set (Filters and displays tickets that do not have an assignee assigned)
has all ofIncludes allTags has all of "test", "sla overdue", "payment" (Filters and displays only tickets with all of these tags)
has one ofIncludes one ofTags has one of "test", "sla overdue", "payment" (Filters and displays tickets that include one of these tags)
has none ofIncludes none ofTags has none of "test", "sla overdue", "payment" (Filters and displays tickets that do not have all of these tags)
is atEqual to / Date is...Ticket creation date is at December 1st 12:00PM (Filters and displays tickets created at this time)
is beforeBeforeTicket creation date is before December 1st 12:00PM (Filters and displays tickets created before this time)
is afterAfterTicket creation date is after December 1st 12:00PM (Filters and displays tickets created after this time)
is betweenWithin rangeTicket creation date is between December 1st 12:00PM to December 2nd 12:00PM (Filters and displays tickets created within this time period)
is not betweenOutside rangeTicket creation date is not between December 1st 12:00PM to December 2nd 12:00PM (Filters and displays tickets created outside this time period)
is within lastWithin last...Ticket creation date is within last 3 days (Filters and displays tickets created within the last three days)
is not within lastNot within last...Ticket creation date is not within last 3 days (Filters and displays tickets created outside the last three days)
ContainsContains...Assignee name contains ABC