JIRA allows users to create Issue Collectors and then gives you either html or Java script to embed on your site.
HTML looks like:
Java Script looks like:
jQuery.ajax({
url: "http://jiraurl",
type: "get",
cache: true,
dataType: "script"
});
Has anyone had any luck in finding a place to embed this within D2? We're wanting our users to have an easy way to report software issues, preferably without them having to even leave the software, but thus far I've had no luck in getting this to work.