The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Trudy P Claspill
Community Champion
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.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events