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

trigger on CustomfieldUpdatedEvent

Lance Wong March 22, 2017

can i get notification if a custom field is changed? such as adding an option to a select list. It seems like the event type mentioned here should do this.

i created a custom listener: project=all projects, events=CustomFieldUpdatedEvent

import org.apache.log4j.Logger
log=Logger.getLogger("com.mine")
log.info("EVENT! ="+event.toString())

but i cant seem to get it to trigger. Any ideas?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Thanos Batagiannis _Adaptavist_
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.
March 22, 2017

Hi Lance, 

The CustomfieldUpdatedEvent will get triggered when there is a change in the description or the name of the custom field. The event that you are looking for should be the AbstractFieldConfigSchemeEvent  but unfortunately is not in the available Event options. 

EDIT: New feature raised - SRPLAT-96, if you want to get updates on it's status please start watching it. 

regards, Thanos 

TAGS
AUG Leaders

Atlassian Community Events