Free Search Examples

Some Free Search examples are:

  • High priority tickets assigned to Alice Grainger, Bob, or Charles:

    assignee:("Alice Grainger" OR Bob OR Charles) AND priority:(high OR critical)

  • Old tickets (opened within a specific date range, for example: in May 2009) that are still open:

    createdate:[20090501 TO 20090530] AND status:(* -resolved -cancelled -rejected)

  • Tickets with a word beginning with net in the Subject, but without the word infrastructure:

    subject:(net* -infrastructure)

  • In-progress tickets whose priority are low or normal and whose sunject is NSX

    subject: *NSX* AND status: in_progress AND priority: (Low OR Normal)

  • Critical tickets assigned to either Henry or Jack

    assignee:(henry OR jack) AND priority: critical