Versions Compared

Key

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

Table of Contents
minLevel1
maxLevel7

Note

Saving data to entity property properties can unveil checklist data if you can see to users who can view the issue but cannot see , but do not have permission to view the checklist.

Info

Entity properties will reflect the collective state of all checklists, local Local and globalGlobal, on the issue.

Available properties

...

Note

Entity properties are read-only.  Changes made directly to the entity properties will not update the checklist and will be overwritten by changes made in the checklist UI (or in any other valid way such as through the API, Checklist Text field, automation, a post function, etc.).

...

Code Block
{{issue.properties.checklist.progressText}}

Get Entity Properties

You can get an issue’s entity properties in the following ways:

...