We are in need of automating the creation of maintenance notifications via email
Can we use emails sent from ISP's about maintenance to automate notifications status pages.
Hello @David Walkenhorst ,
This can be done using Automation rules but depending on what the needs are for your use case the situation will vary widely. I recommend checking out the automation documentation as a general getting started reference point here:
But as an example scenario, if you have a project with issue tracking and scheduling completing a maintenance item, with the following criteria:
To accomplish this when that first issue is complete you could have it create a new issue on the final transition with a due date 2 weeks out for the next time the maintenance operation needs to be done, then using a "Scheduled" trigger event to run once daily or weekly with a JQL filter to look for issues with a due date in the next weekday:
project = EXE AND due <= 7d
And add in a "Send E-mail" action to the scheduled rule with your mailing list details.
But please do check out the documentation, and let me know if you have a more specific scenario for how your project is set up and I can help you narrow down the rule to fit your needs better per your specific use case.
Regards,
Earl
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.