If you are using JIRA 5.1 or later and use an adapter dialog to create a JIRA issue and link it to a CLM artifact, the creation might fail. This failure occurs for Firefox versions 17 and higher and Internet Explorer 8 and 9.
The reason for the failure is that the Reporter field, which is required to create an issue, does not accept a value.
Do the following to correct this issue.
var jQuery;
try {
// Ensure we use the topmost window context for calculating element position
// and scrolling the page.
jQuery = window.top.jQuery || window.jQuery;
} catch (e) {
jQuery = window.jQuery;
}