Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Automation according to checklist item status

Hello good afternoon everyone. Please could you clear up my doubts. Is it possible to create an automation that runs in response to the status of the checklist?
Example.
I have a checklist with some items.
I would like to know when any of these items change status (Done or In Progress), that a comment be made.
Would this be possible?

1 answer

1 vote
Wojciech Wardaszko _HeroCoders_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 10, 2023

Hi @Rodrigo Xavier 

Checklists are not a native Jira feature. Please let us know which checklist app you are using - the solution to your question may vary greatly depending on the app in use.

Cheers!

Hi, @Wojciech Wardaszko _HeroCoders_ Wow, I forgot the basic information.
We are using the Issue Checklist for Jira. Pro

Wojciech Wardaszko _HeroCoders_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Oct 11, 2023

Hi @Rodrigo Xavier

That's our app! I'm happy to help.

I must say I gave this problem some thought, and I came to some conclusions that are not app-specific.

So first of all, if you feel that you need to check some items in your checklist off whenever some other item is checked, why have them as separate items in the first place? You could simply add those additional lines as a description to your checklist item to list what completing it entails.

If you are sure the automated approach is what you need, then the steps would be following, assuming you don't use checklist statuses:

0. Enable the Save local checklist items to Jira custom fields option in Issue Checklist's Global settings and wait for the checklist data to be saved in the custom fields. Depending on the size of your instance it can take up to 24 hours.

1. Create an automation rule with components as follows:
Trigger: Field value changed. 
Field to monitor: Checklist Text

Condition: Advanced compare condition
Value 1: {{fieldChange.fromString}}
Does not contain
Value 2: * [x] <<put the text of the item to trigger the automation here>>

Condition: Advanced compare condition
Value 1: {{fieldChange.toString}}
Contains
Value 2: * [x] <<put the text of the item to trigger the automation here>>

Action: Edit Issue
Field to edit: Checklist Text
Value: {{issue.Checklist Text.replaceAll("\[] text of the first item to be autochecked","[x] text of the first item to be autochecked")

Duplicate the last step for all items that are meant to be checked based on that trigger item.

I hope this helps. Let me know if you have any questions.
Cheers!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events