You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Hi!
As I see better to create from scratch the template
Because I see time to time in release notes the big changes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.