Hi everybody,
i'm using groovyrunner to send custom email. At the moment there is the option to choose between all, new and none for the attachments, but this option applies to every sent email.
Is it possible have a screen during the transition, where all issue attachment will be listed, and i will be able to choose which ones i want to attach?
Thanx in advance,
Kostas
You'd need to override my class (which is not that hard). If you wanted to allow the user to choose between all, new and none, the no-progamming solution might be to have a radio button custom field with those options, add the send email function three times, and use a mutually exclusive conditions based on the custom field value.
Or, create a multiselect which shows all the attachments, let the user select, then override my class to filter on the selection.
There is nothing out of the box though...
thanx for the ideas
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.