Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

We are receiving request about using Issue Checklist Free with The Scheduler, at first it looked it won't be possible, but we came up with a solution.


Due to limited number of available custom fields it won't work on next-gen project - at least not in current form of those projects.


The Scheduler uses fields available on 'create issue screen', to use Checklist items, you need to add it's field to create issue screen.

Here is an example with create issue screen with dedicated 'Checklist' tab including "Checklist Content YAML" field:


We advice adding this field only to 'create issue' screen, because when issue is created items can be edit on ticket. If it stays on the edit and view screens, then it is duplicated. We advice adding it only to create screen.

On create issue page the field looks like this:

The base structure of checklist items looks like this:

items:
  - text: 'item 1'
    checked: false
  - text: 'item 2'
    checked: false
  - text: 'item 3'
    checked: false

On create issue screen:

You need to use same structure, while creating Scheduled Issue:


Here you can see that, when issue gets created all checklist items are visible:


Now, you can even Schedule Issues with already existing items easily. Here you cans see I've added 3 new items, when I schedule it, all appears on 2nd step of the wizard:

Have fun using it! (smile) 

  • No labels