Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Actions on this page require that the Local Items setting be enabled.

You can edit a checklist in the free-form editor, which enables you to edit all your local items as a single document. This can be particularly useful when starting a new checklist,copying and pasting multiple items between checklists, or modifying numerous items at once.

Note

Whenever a checklist is edited in the free-form editor, the following metadata is lost (but don’t worry, you’ll be warned first!):

Assignee

  • Priority

  • Due date

  • To use the free-form editor:

    1. Click the menu button in the checklist header.

    2. Click Modify in editor.

    3. Edit your checklist using the formatting syntax described in the table below and click Save.

      Image RemovedImage Added

    Formatting

    Syntax

    Example

    Header

    ### To-Do List

    Image Removed

    Format guide

    The Free Form Editor supports a wide variety of formatting options, which are detailed below.

    Header items

    Note

    This feature requires that the Section Headings setting be enabled.

    Unchecked item

    [ ] Do some work

    Image Removed

    Checked item

    [X] Did some work

    Image Removed

    Mandatory item

    [ ]* Must do some work

    Image Removed

    Header items are created by starting a new line with a number sign #.

    You can create an unformatted header by following the number sign with an exclamation mark #! , or a differently sized header by adding more number signs ##.

    Syntax

    Result

    Code Block
    #! To-Do List
    Image Added
    Code Block
    ### To-Do List
    Image Added

    Local items

    Local items are created by starting a new line with opening and closing square brackets [ ].

    Syntax

    Result

    Code Block
    [ ] Do some work
    Image Added

    Completing items

    Adding an X inside the square brackets will mark the item as completed.

    Syntax

    Result

    Code Block
    [X] Did some work
    Image Added

    Multiline items

    Note

    This feature requires that the Advanced Markdown setting be enabled.

    To create an item that spans multiple lines, you can simply add the new lines. To create a description, use the >> characters on a separating line, like you would in the item’s name.

    Syntax

    Result

    Code Block
    [ ] Multi
    line
    item!
    Image Added
    Code Block
    [ ] Submit work
    >>
    Send all work to emily@boss.com
    Image Added

    Starting a new line with reserved characters

    If you need the new line to begin with reserved characters (like [ ] or #), you can add two spaces at the start of the line.

    Syntax

    Result

    Code Block
    [ ] Reserved
      [ ] characters
    Image Added

    Mandatory items

    Note

    This feature requires that the Mandatory Items setting be enabled.

    Mandatory items are identified by a star (*) after the square brackets. When no star is present, the item is considered optional.

    Item with status

    [ ](status=blocked) Can't do any work!

    Image Removed

    Syntax

    Result

    Code Block
    [ ]* This is a mandatory item
    [ ] This is an optional item
    Image Added

    Items with metadata

    Items can contain metadata, like a status or assignee. All metadata fields must:

    • Be formatted as a set of parentheses that contains the field key, then an equals sign, and then the field’s value.

    • Be placed immediately after the square brackets and star, but before the item’s name.

    • Be placed inside their own set of parentheses. To specify more than one metadata field, chain multiple sets of parentheses together.

    For example, this syntax…

    Code Block
    [ ](status=blocked) This optional item is blocked
    [ ]*(status=inProgress)(priority=High) This mandatory item is important

    …would result in:

    Image Added

    Metadata field

    Field key

    Value

    Condition

    Status

    status

    The value of the status field is the ID configured on the Edit Statuses page.

    Note

    This feature requires that the Statuses setting be enabled.

    Priority

    priority

    The name of one of the priorities set in the project’s priority scheme.

    Note

    This feature requires that the Priorities setting be enabled.

    Item with description

    [ ] Submit work
    >>
    Send all work to emily@boss.com

    Image Removed

    Multi-line item

    [ ] Format your request
    On multiple lines
    Like this
    (2 spaces before each new line)

    Image Removed

    Due date

    dueDate

    A date using a recognizable format. The time and time zone are optional.

    The accepted date formats are based on the browser and the operating system's locale.

    Info

    We suggest using the ISO8601 format if you need to share the value with other users, since it is unambiguous and internationally recognized.

    Note

    This feature requires that the Due Dates setting be enabled.

    Assignee

    assignee

    The username of the assigned user.

    Note

    This feature requires that the Advanced Markdown User Assignment setting be enabled.


    Status
    titleSERVER documentation
    (On Cloud? Go here.)
    Have questions? Contact our Service Desk for help anytime.