Need automation generate a altert email to group of people when the release date or the description changed.
Hello @Chris Jiang
Welcome to the community..!
Not sure whether release date a custom field or Fix version (related to Release date)
To setup an automation rule in Jira that sends an alert email to a group of people when the release date or the description of an issue changes, follow these steps:
Go to your Jira project and navigate to Project Settings > Automation.
Screenshot shared below:
Hope this helps.
Regards
Harpreet Walia
Hi @Chris Jiang
And welcome to the community!
As @Bill Sheboy mentioned, you can trigger an automation rule on changes to a Release / Version (using the Version Updated trigger). But there is no option to check what has changed. If a Release changed, it could be the Description or Release date, but it can also be the start date, driver or the release name.
It is possible to assess the change history of Work Items however.
So I will suggest a solution which only uses out-of-the-box features. But it is a bit of a stretch...
The solution is to automatically create a Work Item for each release. You could create a Work Item type 'Release'. But in my example, I simply use a Task and give it a label 'release'. The release work item is assigned to the release, so that the automations can find it afterwards.
Trigger: version created
Action: create work item (Project same as trigger, work item type Task (or Release if you created that)
Trigger: version updated
Branch: on JQL
Action: Edit work item. With the same fields as the above automation for creation.
Trigger: Field value changed
Action: send email
As a bonus you also have the option to create a Kanban board for your releases, to track their status.
Have a nice day.
Rik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Chris Jiang -- Welcome to the Atlassian Community!
Short answer: that is not possible with built-in features.
An automation rule can detect something changed in a version using the Version Updated trigger, but it cannot detect which field changed in the version. There are no changelog entries available for versions and thus a rule cannot "see" what changed with the {{changelog}} or {{fieldChange}} smart values.
Here is the suggestion to add that capability, which would require adding changelogs to versions, changing the REST API endpoints for versions, and possibly the event raised. You may watch / vote for it to see any progress.
https://jira.atlassian.com/browse/AUTO-473
Some workarounds would be:
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.