View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0024388 | mantisbt | api rest | public | 2018-05-01 22:37 | 2018-06-06 00:39 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.14.0 | ||||
| Target Version | 2.15.0 | Fixed in Version | 2.15.0 | ||
| Summary | 0024388: Support create project versions via REST API | ||||
| Description | Support creation of versions via REST API for scenarios like build systems publishing new builds and creating corresponding versions. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 2c2449b2 2018-05-04 18:14 Details Diff |
Create project version via REST API - Create a command for adding a project version. - Update web UI to use command to add project versions - Update SOAP API to add a project version - Create a REST API to add a project version Fixes 0024388 |
Affected Issues 0024388 |
|
| mod - api/rest/restcore/projects_rest.php | Diff File | ||
| mod - api/soap/mc_project_api.php | Diff File | ||
| add - core/commands/VersionAddCommand.php | Diff File | ||
| mod - core/version_api.php | Diff File | ||
| mod - manage_proj_ver_add.php | Diff File | ||