I have a scenario where we are receiving notifications for server Up and Down times and would like to be able to create an automation that closes both issues if they are created within a specified amount of time.
EG if a DOWN notification is received and we get the UP notification within 10 minutes I would like both issues to be closed
Is this possible to automate? If so how?
The notifications are coming in via email and contain specific text in the summary.
I have worked out a solution that looks for that specific summary and if the UP is received within 30 mins of the DOWN notification and the link field is empty it links the 2 tickets and closes them both.