Hoping someone can help me. I am brand new to this.
How do I modify this script to copy the Issue Type into the Summary field.
<script type="text/javascript">
if (document.getElementById("summary").value == "") {
document.getElementById("summary").value = "<Default Value for Summary>\n";}
</script>
We do not have any add-ons to do this. I want to do it using javascript in the field description. It works when I enter text, but I don't know how to call the Issue type.
Thank you in advance for your help.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.