Is it possible to set an an automated email to be sent to a specified email address if an Azure Board work item hasn't been actioned within a specified time range?
i.e. if no action has been done on a work item for 5 days, send myself an email.
Is it possible to set an an automated email to be sent to a specified email address if an Azure Board work item hasn't been actioned within a specified time range?
i.e. if no action has been done on a work item for 5 days, send myself an email.
Copyright © 2021 Jogjafile Inc.
One of the workaround to automate this work is to use logicapps where I have tried to retrieve the
Change Datefor a desired work item and useddateDifferencefunction to calculate the difference with today's date. When the difference is more than 5 days I tried to trigger an email. Below is the flow that worked for me.Below is the expression I used for comparision
RESULTS:
Successful Run
In my Inbox