I want Jira to send emails when a fix version is 4 days or 2 days away from release. I see there is a standard template for issues. However, I want to use it for version
Does this JQL work? Verision = " " AND duedate <= endOfDay({{numberOfDaysBeforeDueInclusion}}) AND statusCategory != done AND assignee != empty
The Template also shows a branch, is the branch need in this case?
Hey @HaRsHaS_ V
You may consider writing an automation rule for this.
The smart value for version release date is {{issue.fixVersions.releaseDate}}.
You may write a rule to check if the difference of this date and current date is less than 2 days, and send a mail to the required recipients. You may have to tweak the smart value a bit and test it on sample work items to ensure it works as expected.
Here's the smart value for comparison and the sample rule:{{now.diff(issue.fixVersions.releaseDate).days.abs}}
Thanks!
Hi @HaRsHaS_ V
First, the Jira version used impacts the automation options, and you have tagged your question with multiple versions. Which version of Jira are you using:
Next, does your upcoming version / release have any work items assigned to it in the Fix Versions field?
Kind regards,
Bill
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.