Automation to send an email when an issue type is updated to the CHANGE issue type

Marcie Talbot
Contributor
January 14, 2025

Hello - I'm new to learning how Jira automations work. I need to send an email notification when an issue type in any software project is changed to the "Change" issue type.

I created the following automation which is sending an email when the issue type is changed to any other issue type.

Let me know if you need further screenshots or audit logs. Thanks!

 

changeAutomation.png

Here's an audit log: 

change audit log.png

2 answers

1 vote
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 14, 2025

Hello @Marcie Talbot 

You don't need the branch. Remove that so that you just have the trigger, the condition, and the action.

All steps that are in the main line of the rule will be applied to the trigger issue. Branches are used when you want to divert to other issues and take action against those instead.

So your rule would end up being

WHEN Issue Type is change

IF issue Type equals Change   << this applies to the issue that triggered the rule

THEN Send Email

Marcie Talbot
Contributor
January 14, 2025

Thank you! I just figured it out! Like this, right?

changeAutomation2.png

Marcie Talbot
Contributor
January 14, 2025

Oops....I'm close.

Marcie Talbot
Contributor
January 14, 2025

I thought I had started out with this automation, but it wasn't working right. I will test it again.

changeAutomation3.png

0 votes
Marcie Talbot
Contributor
January 14, 2025

I think I just figured it out - maybe?

I must move the Send email function directly under the Issue type equals.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events