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.
Thank you so much for the advice @Adaeze_Jude_HEROCODERS
This will work for now, at least until I understand JSON and figure out a way to get the syntax to work within Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Adaeze_Jude_HEROCODERS How do you add the {And: Re-fetch issue data} component. It's not within my triggers.
**Edit** Never mind I found it haha*
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check the app documentation.
there is loads of info how to create checklists via automation.
Note: don't use the YAML field as its deprecated, use the checklist text option.
Example: https://docs.herocoders.com/checklist/append-checklist-item-s-on-issue-transition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.