"Der gewählte Nutzer darf dem Arbeitspaket nicht als '%{property}' zugewiesen werden."
estimated_hours:"Der geschätzte Aufwand kann für Eltern-Arbeitspakete nicht gesetzt werden."
done_ratio:"Der Fortschritt kann nicht gesetzt werden falls es sich um ein Eltern-Arbeitspaket handelt, er durch den Status definiert wird oder wenn er komplett deaktiviert wurde."
start_date:"Das Startdatum kann für Eltern-Arbeitspakete nicht gesetzt werden."
due_date:"Das Enddatum kann für Eltern-Arbeitspakete nicht gesetzt werden."
@ -2584,8 +2584,8 @@ Note that due to sharing this might be more than the versions *defined* by that
| type | Name of the work package's type | String | not null | READ | |
| description | The work package description | Formattable | | READ / WRITE | |
| parentId | Parent work package id | Integer | Must be an id of an existing and visible (for the current user) work package | READ / WRITE | |
| startDate | | Date | Cannot be set for parent work packages; must be equal or greater than the earliest possible start date | READ / WRITE | |
| dueDate | | Date | Cannot be set for parent work packages; must be greater than or equal to the start date | READ / WRITE | |
| startDate | Scheduled beginning of a work package | Date | Cannot be set for parent work packages; must be equal or greater than the earliest possible start date | READ / WRITE | |
| dueDate | Scheduled end of a work package | Date | Cannot be set for parent work packages; must be greater than or equal to the start date | READ / WRITE | |
| estimatedTime | Time a work package likely needs to be completed | Duration | Cannot be set for parent work packages | READ / WRITE | |
| percentageDone | Amount of total completion for a work package | Integer | 0 <= x <= 100; Cannot be set for parent work packages | READ / WRITE | |
@ -2608,6 +2608,8 @@ the human readable name of custom fields.*
* `estimatedTime` is the sum of estimated times from its children
* `percentageDone` is the weighted average of the sum of its children percentages done. The weight is given by the average of its children estimatedHours. However, if the percentage done is given by a work package's status, then only the status matters and no value is inferred.
*Start date can also not be earlier than a due date of any predecessor.*