Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Field: LastUpdatedAt

Description

The Last Updated At field is a reference field for all entities. It refers to the last time a change was made to the entity.

Examples

The date formats supported are:

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

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

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

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

Code Block
languagenone
LastUpdatedAt >= "2011-10-24" AND LastUpdatedAt <= "2011-11-02"

Supported Operators

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

Supported Indexes

Entity, Run

Supported Types

  • AgileRun
  • AutomatedTest
  • AutomatedTestAssignment
  • AutomatedTestRun
  • Incident
  • Requirement
  • ScriptRun
  • TestScript
  • TestScriptAssignment

Supported Features

FeatureSupported?
AggregationYes (DateTime)
SortableYes
Sub-selectsNo