Checklist Custom Fields
If the Save checklist data to Jira custom fields setting is enabled and the Checklist Text field is included on Jira screens, then the checklist content will be visible to users regardless of whether or not they have View checklist permission.
Overview
When Checklist is installed, five custom fields are created. These fields give you access to advanced functionality such as creating automation rules, working with the Jira REST API, or making checklist progress visible on Jira boards.
Checklist CompletedRead-only, single line text field with a value of “All Completed” or “Not Completed”. Value will be null for issues that do not have a checklist. |
|
|
Checklist ProgressRead-only, single line text field with a value of “Checklist: x/y” where x is the number of completed items in the list and y is the total number of items in the list. Value will be null for issues that do not have a checklist. |
|
|
Checklist Progress %Read-only, number field that shows the percent of checklist items which have been completed. Value will be null for issues that do not have a checklist.
|
|
|
Checklist TemplateSingle-select dropdown that allows the user to pick a checklist template they want to add to the issue. When the field is updated, the checklist will be added to the issue.
|
|
|
Checklist TextMulti-line text field that stores the content of the checklist(s) and can be used to read or modify the checklist(s). The value of the field is automatically kept in sync with the checklist(s) if Save checklist data to Jira custom fields option is enabled. The field can be modified by Jira users. |
|
|
Checklist Text (view-only) (Soon)Multi-line text field that stores the content of the checklist(s). This field is designed to be (view-only field). So the changes you make to this field will not update your checklist(s). To provide a good overview of your checklists’ status, user mentions and item descriptions are removed from the text. So compared to the Checklist Text custom fields, this view-only version is more concise. The value of this field is automatically kept in sync with the checklist(s) if Save checklist data to Jira custom fields option is enabled. You can see the difference between Checklist Text and Checklist Text (view-only) in the following image: |
|
|
Save checklist data to Jira custom fields Global Setting
Enabling the Save checklist data to Jira custom fields global setting will mean that the Checklist Text custom field will be automatically synced with the checklist(s) on the issue. The other custom fields hold metadata and will remain in sync regardless of whether the setting is enabled.
How to Find the Custom Field ID
When using custom fields with automation, scripts, etc. you will need the ID number of the custom field.