-
Type:
Bug
-
Resolution: Support Request
-
Priority:
Medium
-
None
-
Affects Version/s: 6.1.3.2
-
Component/s: AgileBoard
-
6.01
If there is a plugin, which imports the AUI underscorejs in the general context, the imported underscorejs (1.1.6 for JIRA 5.1) gets priority over the GH's underscorejs
SCENARIO:
- run atlas-create-jira-plugin
- ensure
<web-resource key="foo" name="Bar"> <dependency>com.atlassian.auiplugin:ajs-underscorejs</dependency> <context>atl.general</context> <context>atl.admin</context> </web-resource>
in the atlassian-plugin.xml
- ensure the plugin is able to run on JIRA 5.1
- run atlas-run against the new plugin
- install the GH
- configure a project for Agile
- create an agile board
- open the debug console
- go to that board,
see a typeError indicating, that _.chain is not a function (which is really so for underscorejs v. 1.1.6, imported from AJS)
- causes
-
JSWSERVER-10720 Upgrade JIRA Agile's usage of underscore.js so that it can depend on the version supplied by JIRA/AUI
- Closed