How to send a message (Slack or otherwise) based on the Didit checklist task completion percentage field
-
Navigate to the project automation section of your Jira project. If you are a Jira admin, you can do this from the global automation administration page.
-
Click “Create rule.”
-
Add the “Field value changed” trigger and choose “Didit tasks completion percentage” for the “Fields to monitor for changes” section.
-
Add a JQL condition which specifies the checklist percentage complete you would like to target. You can skip this part if you want to get messages for all checklist updates.
The percentage is up to you, but your JQL should look something like below."Didit tasks completed percentage" = 90
-
Add the “Send Slack message” action.
-
Configure the action with your channel webhook and message details.
You will need to log in to your Slack account to get the channel webhook. You can do this by clicking the link below the “Webhook URL” field. You can also use smart values to send issue and checklist data to in the message. This helps provide more context to your users. -
You could also choose to send a message on a different messaging service, such as email, Whatsapp, Teams, Skype, Twilio, using a webhook or other integration.
Check out the Atlassian documentation on automation for more ideas!
Link to this page: https://seibert.biz/diditmessagechecklisttaskpercent