which listener is to be placed into action while we edit the custom field

sohil chhabriya March 13, 2013

when a value of a custom field(a dropdown) is changed -- normally we say it as a onChange function in javascript.

which listener is to be placed into action while we edit the custom field and do certain task, that i define into its function when my custom field value has got change.

1 answer

1 accepted

0 votes
Answer accepted
sohil chhabriya April 28, 2013

Override

public void workflowEvent(IssueEvent event)

is the only way to track any of the event in the jira plugin

Suggest an answer

Log in or Sign up to answer