Versions Compared

Key

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

...

Tip

Add Smart Checklist Templates using the Template ID to your issues via different tools available in Jira - ScripRunner for Jira, Automation for Jira, JMWE.

...

Table of Contents
minLevel1
maxLevel6
include
outlinefalse
indent
styledisc
exclude
typelist
class
printablefalse
Panel
bgColor#DEEBFF

☝🏼 NOTE: For issues with multiple checklist tabs, all Public API calls will only interact with the Default Checklist tab, and any templates will be imported into that tab.

Steps on how to apply the Smart Checklist Template via Automation for Jira

...

Webhook URL

Code Block
http://Jira_base_URL/rest/railsware/1.0/checklist?issueKey={{issue.key}}

Headers

Header Name: Authorization with Bearer token (mentioned in step 1)
Header Value: Bearer <token> (replace <token> with the token obtained in Step 1)

Example: Bearer NDQ51zY0NzQ4NjUz...GdnIjoZbDOvd6TVslhWXJX

HTTP method

GET

Webhook body

Empty

Wait for Response

Check this option

...