Content
View differences
Updated by Henriette Darge over 4 years ago
### **Environment**:
Your OpenProject Version:1.3.3 / Cloud Edition
Operating System / Browser / OpenProject language: language:
### **Logs**
Moving a workpackage by REST Interface:
```JSON
{"parent":
{"_type": "Error",
"errorIdentifier": "urn:openproject-org:api:v3:errors:PropertyConstraintViolation",
"message": "Parent is invalid because the work package 'UINT32 pointer changes to real pointer' is a backlog task and therefore cannot have a parent outside of the current project.",
"_embedded":
{"details":
{"attribute": "parent"}
}
}
}
```
{"parent": {"\_type": "Error", "errorIdentifier": "urn:openproject-org:api:v3:errors:PropertyConstraintViolation", "message": "Parent is invalid because the work package 'UINT32 pointer changes to real pointer' is a backlog task and therefore cannot have a parent outside of the current project.", "\_embedded": {"details": {"attribute": "parent"}}}}
On Website only an error message (not possible) without any reason
No Version and no backlog for this project
### **Steps to reproduce:**
1. Move Workpackage to another project
### **Actual Behavior**
Not moving
### **Expected Behavior**
Moved to the other project
Your OpenProject Version:1.3.3 / Cloud Edition
Operating System / Browser / OpenProject language:
### **Logs**
Moving a workpackage by REST Interface:
```JSON
{"parent":
{"_type": "Error",
"errorIdentifier": "urn:openproject-org:api:v3:errors:PropertyConstraintViolation",
"message": "Parent is invalid because the work package 'UINT32 pointer changes to real pointer' is a backlog task and therefore cannot have a parent outside of the current project.",
"_embedded":
{"details":
{"attribute": "parent"}
}
}
}
```
No Version and no backlog for this project
### **Steps to reproduce:**
1. Move Workpackage to another project
### **Actual Behavior**
Not moving
### **Expected Behavior**
Moved to the other project