We are trying to send out custom emails, as described here, but we want to attachments to the email that are not issue attachments! According to this section, we can add all or a subset of the issue attachments to the email, but it is not mentioned how to add "custom" attachment.
For example, is this possible to dynamically generate (in the Groovy scripts) an email attachment called "myatt.txt" containing the text "Hello world"? Does anyone have a working example?
(One workaround could be using multiple post-functions on the workflow transition, the first to generate our custom attachment and actually add that to the issue, the second to send out the email with the attachment added in the previous step, and a third one to delete this temporary attachment. But, this sounds lame, may introduce timing problem, may generate unwanted emails, etc.)
We're currently rewriting that functionality - it is not now, but it will be possible to get hold of the Email object using a code section, where you will be able to add emails in advance of the script processing it.
It's currently being done under SRJIRA-1377. Please could we revisit this when the release containing that goes out...
Thanks, Jamie.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adrian, I don't really understand, the issue is resolved and released, and it's a public issue anyway.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh my mistake, it was private, it's public now.
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.