id summary reporter owner description type status priority component severity resolution keywords cc release 7318 solution for json problem inside the ticketext.js file (tested on trac 0.12) evb Takanori Suzuki "I did apply following patch to the file ticketext.js to get it working : (see also the other ticket #7296 for another problem when working with trac 0.12) Line 151 : correction typos {{{ var isProceed = confirm(_(""Apply the template to the description.\nThe description will be cleared, are you sure?"")); }}} Line 182 : correction in treating json result {{{ $.ajax({ type: ""GET"", url: reqUrl, async: false, success: function(jsonData){ var responseData; /*if (typeof(jsonData) == ""string"") { responseData = eval(""("" + jsonData + "")""); } else { responseData = eval(""("" + jsonData.responseText + "")""); }*/ responseData = jsonData; self.applyTemplate(responseData); } }); }}} I don't understand how the original code did work once? jsonData.responseText is no member of the object... Or am I missing something here? " defect new normal TicketExtPlugin blocker 0.12