Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Done
-
prod/bigpicture/jiraserver/2020/10/29/8.0.7
-
None
-
Tree
-
BigPicture, BigGantt
-
JIRA server, JIRA cloud
-
3
-
-
3 minutes, 21 seconds -
7 hours, 3 minutes, 4 seconds -
1 day, 17 hours, 13 minutes, 13 seconds -
0 -
0 -
21 minutes, 43 seconds -
6 hours, 14 minutes, 40 seconds -
Description
Prerequisites: N/A
According to logs sent from client we can assume that this problem occurs when trying to add basic tasks in newly created box.
URL: POST https:[...]rest/softwareplant-biggantt/1.0/ppm/boxmodule/gantt/PROG-18/task/add/artificial
Reproduction steps:
- In Overview create new box
- Open Gantt module of newly created box
- Click on + -> Create task -> Basic task
Actual result:
An error appears.
In logs there is an error like one below:
java.lang.UnsupportedOperationExceptionjava.lang.UnsupportedOperationException at java.util.AbstractCollection.add(AbstractCollection.java:262) at java.util.AbstractCollection.addAll(AbstractCollection.java:344) at com.softwareplant.ppm.boxarea.task.scope.def.core.infrastructure.BoxTaskScopeDefinitionHibernateDaoImpl
Expected result:
No errors when adding basic task. Task is correctly added and visible on Gantt module.
Workaround:
N/A