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

When release a version, send slack message as release notes

Cynthia Cheung
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 14, 2022

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

1 vote
Matthieu Krief
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 2, 2022

Hi !

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

 {{versions.name}} 

 Worked like a charm for me 

0 votes
Kunal April 10, 2023

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

Matthieu Krief
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 11, 2023

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
Product Admin
TAGS
AUG Leaders

Atlassian Community Events