Field: LastSynchronizedAt

Description

Last Synchronized At is a reference field for requirements and incidents where requirements and/or incidents are synchronized with an external defect tracker.

Examples

The date formats supported are:

dd Month yyyy e.g. 24 October 2011 and 24 Oct 2011

dd/mm/yyyy e.g 24/10/2011

yyyy/mm/dd e.g 2011/10/24

To find all items that were last synchronized between 2 dates:

LastSynchronizedAt >= "2011-10-24" AND LastSynchronizedAt <= "2011-11-02"

Or using the short range syntax:

LastSynchronizedAt IN ["2011-10-24", "2011-11-02"]

Supported Operators

=, <, >, <=, >=, IN, !=, NOT IN, IS, IS NOT

Supported Indexes

Entity

Supported Types

  • AgileRun
  • Incident
  • Requirement
  • TestScript

Supported Features

FeatureSupported?
AggregationYes (DateTime)
SortableYes
Sub-selectsNo

  • No labels