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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is there a way to trigger an Insight automation rule based on a *change* in an attribute's value?
I currently have a rule whose trigger is Object Updated and whose condition is "Status"="Disposed." The rule sends an e-mail to Procurement letting them know that an asset has just been disposed.
The problem is that any update to a disposed asset is resulting in the e-mail being sent, whereas I only want it sent when the asset transitions from a non-disposed status to disposed.
Is there any way to make this work? E.g. by only firing if the Status attribute is the one that's been updated? Or by using the IF condition to filter on both the new and updated Status values (i.e., something like "Status" = "Disposed" and original."Status" != "Disposed")? Or by executing a groovy script that can determine what the old value was before it was changed?
I'm on 5.3.11.
Thanks.
Hello!
Any progress or idas how to solve that?
Is there an actual feature request that is alive?
I am also interested in this feature. Anyone knows if this has been implemented yet? https://jira.riada.se/browse/ICS-198 seems not a valid site now. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also looking for this feature. Has this been implemented yet?
Thanks.
Wenping
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I was just looking for this feature. This would be very useful for trigerring status changes on the objects.
For which version is it expected?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jon,
This is a feature that we will implement in the future and there is a open feature request for it here https://jira.riada.se/browse/ICS-198
To achieve it today you will have to trigger a groovy script that checks the history of the object and compares with the current value based on the condition you want and then send the email.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ola_Melin
I'm going to investigate automation as Jon's case and I'm newbie to Groovy Script.
Do you have any suggestion or hint to check the history of object and compare values?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you ever figure out how to check the history of an object using a groovy script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.