Property:Has task status

From edegan.com
Jump to navigation Jump to search
(Created page with "This is a property of type Has type::Text. The allowed values for this property are: * Allows value::New * Allows value::In Progress * Allows value::Done * ...")
 
Line 6: Line 6:
 
* [[Allows value::Done]]
 
* [[Allows value::Done]]
 
* [[Allows value::Backburner]]
 
* [[Allows value::Backburner]]
* [[Allows value::Shelved]]
+
* [[Allows value::Tabled]]

Revision as of 03:15, 18 March 2019

This is a property of type Text.

The allowed values for this property are:

  • New
  • In Progress
  • Done
  • Backburner
  • Tabled
{
    "type": "PROPERTY_CONSTRAINT_SCHEMA",
    "constraints": {
        "type_constraint": "_txt",
        "allowed_values": [
            "New",
            "In Progress",
            "Done",
            "Tabled"
        ]
    }
}