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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello Jira experts!
Is it possible to create an automation rule that will trigger a message to a specific slack channel a day before the populated release date that will include the following fields in the message?
Service/App Name
Date and time of deploy
Release Notes (Release description from JIRA)
Linked Jira tickets
I've been scouring the automation library for versions/releases and I am not finding anything tied to the release date itself.
Thank you for the help!
Trust you are well.
Sounds a bit challenging. I would suggest to split into 2 -a) send slack 1 days before release date and b) pass on information you need.
For a) suggestion is the following:
For b):
Maybe consider create a specific issue type (aka mock) that will include this information and would be replica of release also has a fix version of release. Thus you will be able to build JQL on it for a) and extract values in b) from predefined field.
The challenge is create a dummy ticket for every release.
The above is not a defined solution, rather my ideas of how I would approach it if tasked with it.
Cheers,
Yuri.
p.s. We do Release Management Apps for Jira
Hi @Yuri Lapin _Release Management_
Thank you for your response!
For the a) suggestion, when you say "Scheduled trigger (daily)" - are you meaning a daily trigger?
These would only go out on specific days, not daily.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You never know when it's correct date to send. So, you do a daily automation job to check if release date is tomorrow. Yes - you send, No - do nothing. That's the whole idea. And Jira Automation allows you to do daily jobs and implement conditions to check.
Cheers,
Yuri.
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.