View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0023858 | mantisbt | api rest | public | 2018-01-20 02:44 | 2018-02-06 21:17 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.10.0 | ||||
| Target Version | 2.11.0 | Fixed in Version | 2.11.0 | ||
| Summary | 0023858: Add REST API to detach a tag | ||||
| Description | | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 66d28e67 2018-01-19 21:46 Details Diff |
Add REST API to Attach/Detach Tags Fixes 0023857, 0023858 |
Affected Issues 0023857, 0023858 |
|
| mod - api/rest/restcore/issues_rest.php | Diff File | ||
| mod - core/commands/TagAttachCommand.php | Diff File | ||
| mod - core/commands/TagDetachCommand.php | Diff File | ||
|
MantisBT: master 627c8a29 2018-01-21 21:10 Details Diff |
DELETE tag REST API shouldn’t have a payload Fixes 0023858 |
Affected Issues 0023858 |
|
| mod - api/rest/restcore/issues_rest.php | Diff File | ||
| mod - core/commands/TagDetachCommand.php | Diff File | ||
| mod - tag_detach.php | Diff File | ||