Issue collector button displayed but doens't trigger the issue collector window

Krishna July 7, 2017

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!! :)

1 answer

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 19, 2017

I can't imagine this is going to work with the Markdown Macro. You need the ability to embed javascript.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events