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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.