Add external attachments to JETI Event notifications

Anne Warmer September 3, 2019

Hi all,

we're using JETI on Jira Service Desk and want to use it for customer notifications. 

I created a Notification Template and an event for 'public comment added'. I would like to attach the last attachment that was shared with customer to the mail which should be possible following this documentation: https://www.meta-inf.hu/display/PLUG/Event+Notifications

However, there is no option to include attachments available. 

Is this available for service desk at all?

Best, Anne

1 answer

0 votes
Karolina Dylewicz July 21, 2021

still no answer after so much time? :( 
is there anybody from JETI who could answer, please?

Attila Bódis July 22, 2021

Hi Karolina!

I hope this helps: https://metainf.atlassian.net/wiki/spaces/KB/pages/683802625/Render+Attachments+Render+Last+Attachment 

If it is not answer for your question, feel free to contact us on our support portal here: https://metainf.atlassian.net/servicedesk/customer/portal/1/group/2

Best regards,

 

Attila

Like Karolina Dylewicz likes this
Karolina Dylewicz July 22, 2021

thanks! it's restricted access though. 

Attila Bódis July 22, 2021

Sorry, I copied the interesting part for you:

Render Last Attachment:

#macro (renderLastAttachment $issue)
#set($attachments = $!issue.attachments)
#if($attachments)
#set($maxAttachmentId=0)
#foreach($attachment in $!attachments)
#if ($!maxAttachmentId == 0 || $!maxAttachmentId < $!attachment.id)
#set($lastAttachment=$attachment)
#set($maxAttachmentId=$attachment.id)
#end
#end
#if($!lastAttachment)
<a href="$baseurl/secure/attachment/$!lastAttachment.id/$!{lastAttachment.id}_$!lastAttachment.getFilename()">$!lastAttachment.getFilename()</a>
#end
#end
#end

#renderLastAttachment($!issue)
Like Karolina Dylewicz likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events