Hi
Is there any method of sending any new attachments with notifications for an event (mainly comment event, but others as well)? This is quite an important feature for us
Thanks
I can only suggest the send custom email built-in script from the script runner plugin, which has the option of sending all attachments, or attachments added this transition or event.
However, unless you go to a lot of trouble, the email notifications are going to look different. Failing that you could take the code and attempt to patch jira to do the same thing.
Thanks Jamie - I can see this working for events fired within a workflow, but can I get it configured to fire from an Issue Commented Event???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It can be configured as a listener... Admin -> Script Listeners -> Send custom email, and select the Issue Commented event.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jamie - I am finding that it appears not be be throwing the Issue Commented Event when you add an attachment with a comment on it as well, which is rather unusual, but this does seem like the solution with a bit of fiddling around.
EDIT: The Issue Updated event is fired in the above case, and I can write the email accordingly. My only query is with the Condition now - im looking for a condition for when a comment is Added
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.