-
Bug
-
Resolution: Duplicate
-
Medium (View bug fix roadmap)
-
None
-
6.1.1, 6.1.3.1
-
None
-
6.01
-
Create a new issue directly via the planning board will throw the error message shown in the attachment screenshot, whilst it doesn't prevent the issue from being created it does present the user with a disconcerting error message.
It seems there is an error in the code as illustrated below:
Error in BacklogController.js at line 616
The current code is:
var newDef = new $.Deferred();
But it should be :
var newDef = new AJS.$.Deferred();
The issue seems to be occurred after upgrade the GH plugin.
- duplicates
-
JSWSERVER-7317 Error when creating issue in plan mode when Feedback is disabled
-
- Closed
-
- is incorporated by
-
JSWSERVER-7317 Error when creating issue in plan mode when Feedback is disabled
-
- Closed
-
Form Name |
---|
This has been fixed in scope of
GHS-7317fixed in 6.1.3.2