Okay, to kind of explain what is going on:
I am building a plugin and am trying to create a "fancy" button(Modal) via bootstrap. When I include the styles/scripts via:
$webResourceManager.requireResource("InfuisonSoftPlugin:customStyles")
The styles are applied, but it breaks some functionality in Jira. The one major thing is that when I go to click the "edit" button on the view issue screen, it just sits and acts like it is loading data, but it will sit there for eternity. Another thing is this happens:
Here is my resource code in atlassian-plugin.xml
<web-resource key="customStyles"> <resource type="download" name="bootstrap.min.css" location="bootstrap.min.css"/> <resource type="download" name="jquery.min.js" location="jquery.min.js"/> <resource type="download" name="bootstrap.min.js" location="bootstrap.min.js"/> <context>jira.view.issue</context> </web-resource>
Any ideas?
JIRA already ships with jQuery. is there a reason you need a custom build of it?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.