The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to choose the issue attachments in custom email with groovyrunner?

Tsol
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 23, 2012

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

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 23, 2012

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...

Tsol
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 23, 2012

thanx for the ideas