View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016579 | mantisbt | api soap | public | 2013-11-04 08:30 | 2018-07-20 01:26 |
| Reporter | windy | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Product Version | 1.2.15 | ||||
| Summary | 0016579: Developers are not allowed to reopen a bug when using the SOAP API | ||||
| Description | In the default configuration, developers may reopen or close resolved bugs. However, this is not possible with the SOAP API which states that the bug is "read-only". | ||||
| Steps To Reproduce |
| ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
It seems like that this bug still exists with MantisBT 2.10 |
|
|
Did you try doing the same via the REST API? You should be to use the PATCH issue API. See http://bit.ly/2mC1Hpy for API documentation. The SOAP API is on a deprecation path. |
|
|
If I try to move the status of a ticket from closed to feedback using the REST API as a developer, I get a 500 error. If I log in as that user, I'm allowed to reopen the ticket. |
|