Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0023998 | mantisbt | code cleanup | public | 2018-02-18 04:19 | 2023-04-29 18:31 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.11.1 | ||||
| Target Version | 2.13.0 | Fixed in Version | 2.13.0 | ||
| Summary | 0023998: Implement IssueAddCommand and use it from SOAP, REST and Web UI | ||||
| Description | Unify the logic that is executed when adding an issue. | ||||
| Tags | No tags attached. | ||||
| related to | 0024236 | closed | atrol | IssueAddCommand Prevents API Folder Removal |
| related to | 0024389 | new | Cannot add ticket after upgrade to 2.13.1 (can't access api from $g_core_path) | |
| related to | 0025962 | closed | vboctor | IssueAddCommand does not create history entries identical to the code it replaced |
| related to | 0027575 | closed | dregad | Remove obsolete 'posted' form param when reporting new issue |
| related to | 0027576 | closed | dregad | Incorrect error message when reporting issue with a custom field failing validation |
| related to | 0013498 | closed | dregad | EVENT_REPORT_BUG not raised via SOAP API |
|
MantisBT: master b03448f2 2018-02-17 11:35 Details Diff |
Implement `IssueAddCommand` |
Affected Issues 0023998 |
|
| mod - bug_report.php | Diff File | ||
| add - core/commands/IssueAddCommand.php | Diff File | ||
| mod - core/tag_api.php | Diff File | ||
|
MantisBT: master fe02d21f 2018-02-17 12:35 Details Diff |
Use `IssueAddCommand` from REST API |
Affected Issues 0023998 |
|
| mod - api/rest/restcore/issues_rest.php | Diff File | ||
| mod - api/soap/mc_issue_api.php | Diff File | ||
| mod - core/commands/IssueAddCommand.php | Diff File | ||
|
MantisBT: master 51e12336 2018-02-17 13:32 Details Diff |
Use `IssueAddCommand` in SOAP API |
Affected Issues 0023998, 0026455 |
|
| mod - api/soap/mc_api.php | Diff File | ||
| mod - api/soap/mc_issue_api.php | Diff File | ||
| mod - api/soap/mc_project_api.php | Diff File | ||
| mod - core/commands/IssueAddCommand.php | Diff File | ||
related to
child of
duplicate of