I am making some tags with script, system.tag.configure(), my requirement is to have a value change script as well associated with them.
Is it possible to do it ?
Yes. I suggest you create a tag manually as desired, then copy the JSON for it out of the tag browser. Study that structure, and replicate it with jython dicts and lists.