Hello all,
I am trying to find a way to check if there is any JIRA project Release out of date.
My interest is to check it once a week (Friday), and send an email with the out of date releases information.
I am trying it using Jira Automation, but although I have found a way to automate the sending of an email when a release is updated, I cannot see how to check it without any release change (periodic check).
Any idea how to do that, if possible?
Thank you,
Ricard
Hi Richard,
Can you please explain what you mean by "Jira Project Release Out of date"? Are you referring to the release components dates?
Hello Fabian,
we are using JIRA releases (in some other parts of JIRA they are called Fix Versions)
We want to send an email to SM when Release date of any of the Unreleased releases is out of date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First you need to get a JQL for the issues that are passed the date. I'm assuming you want anything past today's date:
JQL -> duedate<now() (you will have to get the name of your custom field)
Then create the following automation:
- It's a scheduled rule that runs At 09:00:00am, on every Friday, every month (use this link to convert the cron: https://www.freeformatter.com/cron-expression-generator-quartz.html)
- It will send it to the assignee, but you can modify the content as you please.
Regards,
Fabian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Fabian,
thank you for your answer.
In JIRA "Release"="Fix Version"
The problem is that JQL query I do not check "Releases" Release Date
JQL query only get Issue, Epic, bug... but not "Releases".
So this solution do not solve what I need to do.
Any other idea, how to do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.