Forums

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

How to get changed value only from a field

Rajiv bala
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!
September 2, 2022

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

1 answer

0 votes
Marco Brundel
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.
September 2, 2022

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

Suggest an answer

Log in or Sign up to answer