Introduction
Recurring Tasks is one of the add-ons offered by Gebsun. One of the others is Issue Checklist that allows users to work with ToDo items inside JIRA issuesTo create checklist in a recurring task for Issue Checklist application follow Issue Checklist integration with Recurring Tasks instruction.
Both add-ons apps can be integrated and it is possible to create and schedule recurring task that will contain requested checklist.
Add checklist to recurring task
In order to add checklist to recurring task, so created issue contains requested checklist, please follow the steps:
...
Info |
---|
Please note that "Checklist Content" is a text field and it accepts checklist in text form (YAML format) as shown on the screenshot above. Read below for more information if you need. |
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: first item
checked: false
- text: second item
checked: false
_issueId: 13134 |
...
.