The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
July 19, 2017

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

TAGS
AUG Leaders

Atlassian Community Events