Versions Compared

Key

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

Smart Checklist add-on works with a few custom fields providing extended functionality to your Jira instance

Insert excerpt
Get Started
Get Started
namecontent-at-the-top (checklist-server)
nopaneltrue

Tip

In order to use extended features of Smart Checklist - you need to set up additional custom fields.

Custom Field name

Purpose

“Checklists”

Type: Text Field (multi-line)

Stores checklists data in RAW text format. Example:

Code Block
# header
- todo
+ done
~ in progress
x skip

Used mostly for Automation purposes. Setting/Reading checklists via REST API requests and 3rd party tools. Importing/Exporting checklist data. Required for Server → Cloud Jira migration

Limited to 32,767 characters.

“Smart Checklist Progress”

Type: Text Field (single line)

Stores value of checklists progress. Example: “5/7”

Used for showing checklist progress in Agile boards and validating checklist completion in transition. Optional for Server → Cloud Jira migration

“Smart Checklist”

Type: Smart Checklist Custom Field

Used for advanced JQL Search Functions and for display checklist in Confluence or Jira Dashboard.

...