JIRASSIMO Notification plugin

Ash
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 Leaders.
August 10, 2017

Hi,

We are unable to get issues updated notifications via JIRASSIMO Notification plugin,

We can see the issue history in preview but unable to receive the same in email below is the code we are using in JIRASSIMO Notification plugin.

 

Template type: Velocity.

<pre>Hello,
Here're the changes to tasks and comments since yesterday where reporter are you
#foreach ($issue in $issues)
#foreach ($history in $issue.changelog.histories)
#if ($jirassimo.isAfter($history.created, $context.yesterday))
#foreach ($item in $history.items)
Issue $issue.key
$item.field was changed from $item.fromString to $item.toString</pre>
<hr />
<pre> #end
#end
#end
#foreach ($comment in $issue.fields.comment.comments)
#if ($jirassimo.isAfter($comment.created, $context.yesterday))
$comment.author.displayName: $comment.body
#end
#end
#end
</pre> 

Any suggestions on this.

1 answer

1 accepted

0 votes
Answer accepted
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 17, 2020

Hi! 

As I see better to create from scratch the template

Because I see time to time in release notes the big changes

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events