Re: How to configure intelligence fields

[email protected] Wed, 20 Jul 2011 08:29:33 CDT
Newsgroups gmane.comp.java.jira.user
Message-ID <29270881.1002631311168604704.JavaMail.j2ee_forums.atlassian.com@atlassian12.managed.contegix.com>
Hi Nic,

  If textfiled is empty i have to call this funtion.It is not working.
For now i have pasted in custome filed discription.

funtion is not calling when ipress the tab

<script type="text/javascript">  

var textFiled = document.getElementById('customfield_10000');  
alert("started");
alert(textFiled.value);
textField.onblur= populate;  
alert("xdfsd");
function populate(){
alert("fun");
if(textField.value == null)
{
alert("Please Enter Something");
}

}

</script> 

Regards,
Suresh.
--
Post by sureshg - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=55282
_______________________________________________
Jira-user mailing list
[email protected]
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user