Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Send a slack update when the priority of a ticket is downgraded from a P1, P2 to P3, P4

Hello, we are intenstly monitoring our S1, S2 tickets. I have written automation to provide a slack notification when a ticket gets a S1, S2 status either on create or update.

 

What I would like help solving is: send a message to slack when a ticket has been downgraded from a S1, S2 to a S3, S4, S5, but do not send notification for every S3, S4, S5 ticket. 

The reason is that we want to avoid the noise of S3, S4, and S5s, and only be notified when a S1, S2 is opened, solved or has been downgraded.

 

 

I have written the below automation but I get notices whenever a ticket gets assigned a S3, S4, S5. Instead I want it to notify when:

  • Status used to be S1, S2
  • Status has been downgraded to S3, S4, S5

 

 Screenshot 2023-11-17 at 1.57.34 PM.png

 

Thank you for your help!

1 answer

0 votes
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.
Nov 17, 2023

Hello @Joshua Kramer 

When using the Field Value Changed trigger you have access to a special smart value called {{fieldChange}}.

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--fieldChange--

You will need to add a condition to check what the value of the field was before it was changed to see if it was S1 or S2.

Using the document link I provided you can find instructions on how to access the original value of the changed field, through the {{fieldChange}} smart value.

Suggest an answer

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

Atlassian Community Events