So, I'm trying to attempt to automate the population of checklist within a Jira employee onboarding project.

I want to have it set up to when an issue (employee) is moved to the next bucket phase

Then a checklist for that issue (employee) automatically populates within the issue pertaining to that bucket. (a list of items that should be completed and checked off before migrating to the next bucket or phase)

I have the templates saved for each bucket with the "Issue Checklist Free app for Jira" and I can load them manually myself from the ellipsis menu within the checklist block after adding checklist from the top issue bar tab as seen above.



The issue is I want this auto-populating each bucket it transitions to. I have it set up within the workflow the stages to which an issue (employee) must transition before the next bucket phase


The problem persists within the Automation rule configuration trying to set it up for when it moves to the next bucket it selects the correct checklist template to add.

I have the correct flow to the left, but I can't figure out where I'm going wrong with the JSON syntax for the new rule field.
I'm not completely knowledgeable with JSON so I've been trying to use GPT to piece together the syntax and I've tried different syntax formatting to make it work.
{
"fields": {
"Checklist": {
"template": "Orientation"
}
}
}
This was the original syntax I was using although it kept throwing an error when I was trying to save.
I appreciate anyone's help with this issue! Thanks in advance.