jira is throwing java script on "create" issue page when opened in new tab/window
error attached
Hmm, ok, well, first, go over every field that should appear on that create screen and check if there is any javascript in the descriptions. If there is, remove it. Then retry.
there is not java script in any of the description of those fields...is there any other way to find it...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, Could you take a look at the "system information" page - is there anything listed in the section "modified files"? can you try disabling all the user installed plugins next - if it goes away, you can then re-enable them one by one until it reoccurs - that should identify the plugin to concentrate on (if it is a plugin) I'm afraid the next step is complex debugging - you need to know where it is coming from to track it back to the fault - I'd reach for firebug here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there is no error as such however above text is displayed at the bottom of the page if i open create issue screen in new window
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the actual error?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
[id='customfield_" + aggregatedCF[index].value[index2].id + "']").hasClass('select2-offscreen')){ //remove validation message for select2 jQuery("[id='customfield_" + aggregatedCF[index].value[index2].id + "']").siblings('label').parents(".field-group").children("div#customfieldRequiredDiv").remove(); if(aggregatedCF[index].value[index2].required) { jQuery("[id='customfield_" + aggregatedCF[index].value[index2].id + "']").siblings('label').append(requiredString); } }else{ jQuery("label[for='customfield_" + aggregatedCF[index].value[index2].id + "']").parents(".field-group").children("div#customfieldRequiredDiv").remove(); if(aggregatedCF[index].value[index2].required) { jQuery("label[for='customfield_" + aggregatedCF[index].value[index2].id +"']").append(requiredString); } } } }else if(jQuery("input[name='customfield_" + aggregatedCF[index].value[index2].id + "'][type='checkbox']").length > 0) { value = (jQuery("input[name='customfield_" + aggregatedCF[index].value[index2].id + "'][type='checkbox']:checked").length > 0); isValid = isValid && value; // isolated, experimental support for checkboxes if(value == false){ jQuery(dsGetLabelForCheckbox(aggregatedCF[index].value[index2].id,'checkbox')).parents(".group").children("div#customfieldRequiredDiv").remove(); var fieldName = jQuery(dsGetLabelForCheckbox(aggregatedCF[index].value[index2].id,'checkbox')).find("span:not(.icon-required)").text(); var emptyWarning = aggregatedCF[index].value[index2].emptyWarning; if (!emptyWarning) { emptyWarning = "This field is required."; } jQuery(dsGetLabelForCheckbox(aggregatedCF[index].value[index2].id,'checkbox')).parents(".group").append(' ' + emptyWarning + '
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.