Hi,
I managed to create using Javascript/HTML a link to create Jiras from confluence with default predefined values. I have two questions:
1) How do I create a button called “Create Jira” and assign the HTML link above to it?
2) How can I make the button sticky such that when I scroll down the page, it’s always visible at the top of the page?
Thanks
@majd makhoul You would have to the button using CSS and JavaScript and then add that to your site. You would have to create something similar to this and just manipulate it to what you need. https://www.w3schools.com/howto/howto_css_sticky_element.asp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.