I would like to send an e-mail notification to a group when an issue is closed and ExternalID field is not null. I'm sorry, but the help documentation is lacking and/or fractured. Can this be done?
The first part is easy. To send a mail when an issue is closed, you can just add the group as a recipient in the notification scheme for the event which is thrown in the workflow post function. But to thrown events based on conditions like "External ID is null", you will need plugins which is not possible in onDemand.
There is a nice workaround though. You can create a filter that will show issues that are closed in the last N minutes and "External ID is null". You can then subscribe that filter to group every N minutes. It won't be real time but you can achieve near real time by giving a minute or so as the delay! Will that work?
Okay... this is strange. The filter will not save the clause:
and "External issue ID" is not empty
It parses it out of the rest of the filter criteria on save. Anyone?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok... thanks so much Jobin! Thought I was going crazy not being able to find the conditional thing. Filter solution seems like a workable solution! Thanks again!
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.