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.
I'm trying to set up a slack notification.
When: version released
For: issues fixed in version
Then: send slack message
And this is my actual message:
Hi team. Your version {{version.name}} was released on {{version.releaseDate.mediumDate}}.
{{#issues}}
* {{issuetype.name}} {{key}} {{summary}} {{url}}
{{/}}
Nice work! :tada:
But it's not working the way I'd like to, because I'm getting the same intro/outro for every single issue, that is "Hi team. You version ABC was released DATE." Then I get task and then "Nice work!" How to get rid of the repetition of intro/outro? and have just a list of issues inside (without adding lookup issue query).
Hi @Elzbieta Moroz ,
Welcome to the community.
I've created the following rule, with a lookup issues action.
I'm sending here an email, but the output should be similar. Only thing is that links are not in HTML, but should be constructed like: <the link|your text>
Note This will only work as long as there are 100 or less issues in the version.
Oh thanks. I'll give a try and let you know if it works for me as I imagined :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works way much better than my previous version. I'll play with some smart values :)
Once again thanks for your help :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.