Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up Automated Email Notifications for fixversion change

Cira Zhao
Contributor
July 24, 2023
Hi,
I am setting up an automation rule to send an email notification when the fix version changes from version A to version B. How can I get the name of version A?
Currently, my setting is as follows:
The Fix version of <a href="{{issue.url}}">{{issue.key}} - {{issue.summary}}</a> has been changed to {{issue.fixVersions.name}}.
I want the setting:
The Fix version of <a href="{{issue.url}}">{{issue.key}} - {{issue.summary}}</a> has been changed to {{issue.fixVersions.name}} from ???.
Thanks in advance,
Cira

1 answer

0 votes
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 24, 2023

You could try similar rule

Screenshot 2023-07-25 at 11.39.11 AM.png

Cira Zhao
Contributor
July 25, 2023
Thank you for your response. My question is how to set the "from ???" in the email content, so that I can see which fixversion is coming from.
截屏2023-07-25 17.48.12.png
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 25, 2023

You can try the {{issue.fixVersions.name}} smart value

Cira Zhao
Contributor
July 25, 2023

{{issue.fixVersions.name}} is the "to which fixversion", I want to get the "from which fixversion".

Suggest an answer

Log in or Sign up to answer