Help

Card property types

Managed list properties

Managed list properties are restricted to an enumerated list of values. The list of allowed values is generally set up in advance, and may be locked to prevent users other than Project admin's from adding or removing values. If the property is not locked, then new values can be added dynamically by selecting the (new value) option while editing the property.

You can specify the allowable set of values for managed list properties from the Project admin tab.

Managed text list

Managed number list

If a value is subsequently removed from the property, there may be multiple consequences - you can read more about deleting a value in maintaining card property values.

Any value properties

Allow any text

Allow any number

Team member properties

Date properties

Formula properties

Formula properties can be derived from numeric or date card properties. They allow you to create automatically computed values, reducing opportunities for inconsistency.

You can create an aggregate property based on a formula property

A simple example is calculating the end date of an iteration based on the start date and the length of the iteration in days. Here "Start Date" and "Iteration Length" are Iteration card properties.

The formula definition might look like:

"Start Date" + ("Iteration Length" - 1)

Take a look at some formula property examples.

Formula properties can return either a date or decimal number with the chosen numeric precision.