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)