We have a complicated termination process and we are in the process of having Jira email the on-call person at 4 PM whenever it is the end date for an employee. I have set the trigger "Scheduled" so it runs every day at 4.10 PM
1- The first condition is to look for the termination tickets that are due on the same day.
2- The 2nd condition is to tell the system to send a message out if no comments are added to my ticket by the Service Desk team. (There are few tasks we have to do manually before another script runs and disable the account) if no comment is added by us meaning we have not done our part.
We can not rely on the status of the ticket because the workflow in our environment is different ad the starts won't change until the account is already disabled.
Can someone please assist?
Hi,
You should be able to achieve this by simply using a scheduled trigger, followed by a compare condition and, send email action.
In your scheduled trigger:
In the compare conditon:
{{issue.comments.body}}
In your send email action:
keep what you have.
Hope that helps.
Thanks,
Scott
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.