Is it possible to get a notification via email when an Asset object is not created daily? We have a process where logs are generated in our Assets, and currently we have to check daily that those logs are generated. Is it possible to have an email sent out if the Asset object is not created?
To set up an email notification in Jira if an Asset object is not created daily, you can use Jira Automation along with a scheduled rule. and lookup object.
In the lookup object add: objectType= Myobject and created >= startOfDay()
Then add a condition that will check if there was any asset created {{lookupObjects.size}} > 0 if the result false then send the email.
Hope this helps
Best regards
Sam
Thanks! Testing it out now, but I think this is the path I needed :)
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.