Checked for duplicates
No - I haven't checked
Is this a regression?
No - This is a new bug
Version
4.0.0
Describe the bug
I am trying to use actionApi.copyFile to copy a file from an action. The call returns a success code (200 response) but the workspace does not contain the destination file. The same action code worked correctly on PlanDev 3.8.1
Reproduction
POST http://localhost:28000/ws/1/test.0.seqN.txt
body: { "copyTo": "test.a.seqN.txt"}
Returns 200 code but file test.a.seqN.txt does not exist in workspace.
Logs
System Info
Severity
Moderate
Checked for duplicates
No - I haven't checked
Is this a regression?
No - This is a new bug
Version
4.0.0
Describe the bug
I am trying to use actionApi.copyFile to copy a file from an action. The call returns a success code (200 response) but the workspace does not contain the destination file. The same action code worked correctly on PlanDev 3.8.1
Reproduction
POST http://localhost:28000/ws/1/test.0.seqN.txt
body: { "copyTo": "test.a.seqN.txt"}
Returns 200 code but file test.a.seqN.txt does not exist in workspace.
Logs
System Info
Severity
Moderate