I have a Field Value Changed trigger set to look at the Labels of my issues. I am then trying to find out added Label.
Example :
Existing labels value : Test_1,Test_2
After change in Label:Test_1,Test_2,Test_3
is it possible to get only 'Test_3' using {{fieldChange}} option
Hi @Rajiv bala ,
In this case I advise to use a trigger Field Value Changed on "Labels" in combination with a condition
labels = Test_3
A specific trigger just on a option of a field is not possible so far i know.
regards, Marco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.