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
Hi all,
I am trying to automate the sending of release notes to my team. So far, I have an automation rule where once the fix version has been released, it automatically sends a Slack message.
My challenge is around the content of the Slack message. I would like it to list out the stories or bugs that make up that fix version.
Is this possible?
Example of desired Slack message:
Fix version: {{version.name}} was released on {{version.releaseDate.mediumDate}}*
Summary: {{version.description}}
Details:
* {{issue.key}} - {{issue.summary}}
* {{issue.key}} - {{issue.summary}}
If the issue key can also be a hyperlink, that would be an added bonus! (similar layout to the release notes from Jira)