<script type="text/javascript">
field = document.getElementById('customfield_10106');
if (field)
{
target = document.getElementById('customfield_10107');
target.style.display='none';
if (field.value != 'yes') target.style.display='none';
field.onchange=function()
{
if (this.value == 'yes')
{ target.style.display = ''; }
else
{ target.style.display='none'; }
}
}
</script>
i guess there is the mistake because it does not work. plz specify for where do i write the code in jira so as it works
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.