Versions Compared

Key

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

...

Issue Checklist can be integrated with Recurring Tasks so it is possible to create and schedule recurring task that will contain a checklist. 

Prerequisites

"Checklist Content YAML" field must be present on the Create Issue screen.

Add checklist to recurring task

...

Info

Please note that "Checklist Content YAML" is a text field and it accepts checklist in text form (YAML format) as shown on the screenshot above. Read below for more information about getting YAML representation of the Checklist.

...

titleRead more about YAML

Checklist text format (YAML)

If you don't know how your checklist should look like in text format, please follow the steps:

...

Code Block
items:
  - text: --- Optional checklist header/title
  - text: first item
    checked: false
  - text: second item
    checked: false

...

Use cases

Child pages (Children Display)