I have done this using javascript for the edit bug page, where I used a change of the bug status to modify the default text. This was done by calling a javascript function onchange of the bug status. I am now trying to do a similar operation on the enter bug page, but I need the default text to change based on the issue type. As this is a custom field it does not show up in the template files, so I cant (that I am aware of) use the onchange in the select tag for the issue type drop down menu. Is there another way of using the onchange feature to call a javascript function?
Thanks