Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,714
Community Members
 
Community Events
184
Community Groups

When release a version, send slack message as release notes

Dear Admin, 

I would like to create an automation rule that, when a version is released, will send a Slack message with the version name and a list of the related issue.auto send slack msg.png

I query with: 

project = myproject AND fixVersion = '{{version.name}}'

And the message: 

Version {{versions.name}} is released including below issues:
{{#lookupIssues}}
{{key}} : {{summary}} ({{url}}) {{/}}

 But the version name failed to show. Any clues?

2 answers

Hi !

In your message, try to remove the last 's' in 

 {{versions.name}} 

 Worked like a charm for me 

How to get all linked issue (of the release ) in slack message?

Here's what I can think of:

1 - look up for issues with the release version

fixVersion = '{{version.name}}' 

and store that in a variable, let's name it 'listOfIssues' 

2 - look up for parent of those issues

parentEpic in ({{listOfIssues}}

Store in a variable too

3 - look up for child issues

 childIssuesOf({{listOfIssues}})

and then you can send in the slack message the 2 variables + the lookUpIssues content and that should be good

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events