You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi there,
I'm relatively new to Jira and mostly self taught and I am now stuck in trying to set up an automation which is giving me nightmares.
I need to set up a rule where: If field X is updated, send a notification via Slack (this I have figured out), only if field X was not empty before.
Basically, if there was a date in field X, and somebody changed it, send a notification, but if the field was empty, don't send a notification.
This is what I tried and I thought it would work but I now understand that it won't work for what I need:
Any ideas?
Hi @Kinga Bogusz -- Welcome to the Atlassian Community!
You may use the changelog smart values to check if the prior value was empty: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--changelog--
Specifically, you could add an advanced compare condition, like this:
The key will be using the correct smart value for your field.
Smart values are name, spacing, and case-sensitive. And, the smart value does not always match the displayed name on the issue views. To confirm your smart value, please use this how-to article. Essentially you do these steps:
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.