View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037363 | mantisbt | api rest | public | 2026-08-30 11:10 | 2026-08-30 11:20 |
| Reporter | dregad | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Product Version | 2.29.0 | ||||
| Target Version | 2.29.0 | ||||
| Summary | 0037363: Error moving issue via REST API when $g_file_upload_method = DISK and attachment is missing | ||||
| Description | The API fails, even when no attachments are provided in the payload, e.g. with the following request
PHP Warning is thrown: The API returns status 200 with an HTML error page (containing an Xdebug call stack on my dev box) The error should be caught and reported to the user with a proper HTTP status. | ||||
| Steps To Reproduce |
| ||||
| Tags | No tags attached. | ||||
|
I also tried run the unit test testMoveIssueAddsNoteAttachment locally with the same configuration as above. 1) Mantis\tests\Mantis\IssueMoveCommandTest::testMoveIssueAddsNoteAttachment .../mantis/core/file_api.php:993 ERRORS! |
|