Statuses

Every entry can be assigned a status. Statuses represent the state of given entry. That means that adding a Status Open to it suggests it is a task.

Statuses are shown as status indicators infront of the entry name.


EASY

Add a status to an entry

To add a status to an entry, that doesnt have a status at all, simply right click and select the status from one of the options in the context menu.


EASY

Change the status of an entry

To change a status of an entry, simply click on the status indicator infront of the entries name.

A options menu will pop up showing you all possible statuses for the entry.


EASY

Delete the status of an entry

Click/Tap the status indicator and select No Status to remove the status from the entry.


MEDIUM

Status Types

There are three different status types that classify your statuses: Open, Custom and Done.

1. Open Statuses

A open status represents something you want to take action on.

2. Custom Statuses

A custom status is something between Open and Done. These can be statuses like In Progress or Do later. If you want to further manage your entries, you can create custom statuses to keep track more granularily.

3. Done Statuses

A done status represents something you have taken care of. This can be a simple completed task or a book you have read (see Tracking List).


Properties

  • Name
    id
    Type
    string
    Description

    Unique identifier for the status.

  • Name
    space_id
    Type
    string
    Description

    Unique identifier for the space the status is created in.

  • Name
    entry_id
    Type
    string
    Description

    Unique identifier for the entry to which this status belongs. Other entries that are shown in the entries output will show these statuses in their options menu

  • Name
    name
    Type
    string
    Description

    The name of the status.

  • Name
    color
    Type
    string
    Description

    The color of the status.

  • Name
    type
    Type
    string
    Description

    The type of the status

  • Name
    position
    Type
    integer
    Description

    The position of the status inside it's scope. Used to position multiple statuses.

  • Name
    created_at
    Type
    datetime
    Description

    Timestamp of when the status was created.

  • Name
    updated_at
    Type
    datetime
    Description

    Timestamp of when the status was updated.