Hi I’ve been working on Jira gadgets for a couple of months now and I’ve managed to get down a lot of the basics when it comes to using web resources and such to render html in the gadget’s view. However, I was really hoping to be able to use bootstrap and other similar sources typically used in web development.
When I try to just use the script and link includes for bootstrap it says it requires jQuery but you cannot use normal jQuery in a Jira gadget. Is there a way to get around this? Also would it still be possible to extend the AJS.$ with a jQuery plugin?
Thanks