View Issue Details

IDProjectCategoryView StatusLast Update
0024388mantisbtapi restpublic2018-06-06 00:39
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version2.14.0 
Target Version2.15.0Fixed in Version2.15.0 
Summary0024388: 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.

TagsNo tags attached.

Activities

Related Changesets

MantisBT: master 2c2449b2

2018-05-04 18:14

vboctor


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