Forums

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

Set up sequential Automations

Olivia Nedved
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2025

I would like to set up an automation where:

1) The system recognizes the reporter and auto sets the tickets to Status=Done based on the reporter email address.

2) I then would like the system to send out a slack notification for tickets that are still in status "New"

I set up the rule below but the system still sends slack alerts on tickets where status = Done.  
image.png

4 answers

1 vote
Evgenii
Community Champion
July 2, 2025

Hi, @Olivia Nedved 

Welcome to Atlassian Community!

Your rule won't work as intended because the first condition excludes all issues created by users not in your list — and when that happens, the rule simply stops.

Let me explain how it currently works:

  • When an issue is created, the rule checks if the reporter is in your specified list.
    • If yes — it transitions the issue to Done .
    • If no — the rule does nothing and stops executing.

To achieve your goal, you should use an IF/ELSE condition instead. This way, you can define what should happen if the user is or isn’t in the list.

Screenshot_51.png

Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 3, 2025

Hi @Evgenii 

I mentioned this as well, not as elaborate though.

Evgenii
Community Champion
July 3, 2025

Great point — it’s probably the most obvious solution, which is why it came up quickly.

But we're here to help, not to keep score of who replied first. Especially when the answers are just a minute apart! 😊

Like Marc - Devoteam likes this
0 votes
Oleksii Melnyk
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2025

Hi @Olivia Nedved !
Try to use Re-Fetch action in your rule
Снимок экрана 2025-07-02 в 17.36.21.png

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2025

Hi @Olivia Nedved 

Welcome to the community.

Use and IF/ELSE condition in the rule.

On the IF use the if reporter in ... then transition to done and in the ELSE the conditions based on issue type and status and sent the slack message.

0 votes
Trudy Claspill
Community Champion
July 2, 2025

Hello @Olivia Nedved 

Welcome to the Atlassian community.

After updating a item in a rule, use the Re-fetch issue data action to get a new copy of the updated item. Otherwise the rule may be working of the information in its cache for the item.

https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Re-fetch-issue-data

Trudy Claspill
Community Champion
July 2, 2025

@Evgenii 's answer is better than mine because of their correct assessment of the impact of the first condition looking at the Reporter of the issue. My answer did not consider that.

Like Evgenii likes this

Suggest an answer

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

Atlassian Community Events