Forums

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

Issue Collector HTML Macro

Danny D.
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 9, 2021

I'm using the Easy HTML Macro to display a button and open a Jira Issue Collector. The code works perfectly in an HTML form and within the Easy HTML Macro edit screen. However, when I run it on the Confluence site it displays in a window so small that I can't actually see the form. 

Has anyone seen this issue before and know how to fix it?

 

Macro Working.png2021-08-09 11_20_03-GENETWORx GENIE - Confluence and 3 more pages - Work - Microsoft​ Edge.png

 

1 answer

0 votes
Alex Koxaras _Relational_
Community Champion
September 18, 2021

Hi @Danny D. and welcome to the community!

Recently I replied to another question about the same problem. You can read the solution here, but long story short, use this html:

<html>
<body>
<div>
YOUR SCRIPT HERE
</div>
</body>
</html>

And use this css:

div {
height: 600px;
}

That should solve your problem! (take a look at the above mentioned thread to look for the pros and cons of the solution I provided)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events