-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 4.0
-
Component/s: Dashboard & Gadgets
-
4
-
2
The roadmap gadget is left blank if the time frame includes a version that has no description and JIRA is connected to Oracle.
Basically, here is what happens:
- The user creates a Version with no description.
- JIRA tries to save the description as "", but Oracle saves this as NULL.
- JIRA returns a version from the roadmap REST endpoint with no description field.
- The roadmap portlet barfs when trying to execute:
AJS.$("<td/>").addClass("versionDesc").attr("colSpan", 2).text(ver.description).appendTo(tr);
This does not seem to be a problem on databases that are able to save the "" rather than NULL.
You can use the attached XML to reproduce the problem in any database as I have manually made the description of the only version NULL.
Regards,
Brenden.