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.
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.