Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How to trigger a change event for a custom field whose value is changed programatically via groovy

How to trigger a change event for a custom field whose value is changed programatically via groovy

Richu_Ann_Babu
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!
January 29, 2020

This is my problem statement. I have to run a script based on the change of one custom field which is updated programatically through another script. If I manually change the value of the custom field in the screen, the script gets exceuted automatically through the behaviours. But when I update the value of the field programatically using .setFormValue() in another script, it is not triggering the listener script.

So, is there any possibility to trigger a change event for a custom field explicitly so that the listener script gets executed, or is there any other solution for the problem?

0 answers

Suggest an answer

Log in or Sign up to answer