Hi,
I am using an issue collector with JIRA 7.2 and Confluence 5.9
my issue collector sript is:
<html>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="xxxx"> </script>
<script type="text/javascript">
window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
//Requires that jQuery is available!
jQuery("#feedback-button").click(function(e) {
e.preventDefault();
showCollectorDialog();
});
}};</script>
<h2> Create Issue </h2>
<input type="button" href="#" style="background-color:white; text-color:white" id="feedback-button" class="button" value="Report a Bug">
</body>
</html>
when i just copy and paste this code in a ".html" page, it displays a button and clicking on the button displays the issue collector and everythign works fire..
but when i embed this code into confluence using the "Markdown" macro, the button is being displayed but clicking on the button is not displaying the issue collector.
Also, I don't have access to HTML macro.
Thank you!! :)
I can't imagine this is going to work with the Markdown Macro. You need the ability to embed javascript.
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.