Properties

Status

Drop­down menu of tags that are grouped by sta­tus (i.e. To-do, In Progress, Complete).

prop("Status")
=
In Progress
prop("Status")
    .lower()
    .replaceAll(" ", "-")
=
in-progress