Versions Compared

Key

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

...

  • When creating recurring task (or editing existing), please find "Checklist Content YAML" field in the Create/Edit dialog and put checklist value into the field as shown on the screenshot below:



    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.


    Expand
    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:

    • Go to any issue page
    • Add checklist items through the Checklist panel as you usually do
    • Edit issue and find "Checklist Content YAML" field on the Edit Issue screen (this assumes that you already added the field to Edit Issue screen).
    • "Checklist Content YAML" custom field contains checklist in YAML text format that can be used to schedule recurring task.
      Here is the example:

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



  • Wait for recurring issue to be created automatically (or create it from Recurring Tasks menu) and observe Checklist present on the issue screen. 

    Image Added