View Issue Details

IDProjectCategoryView StatusLast Update
0023998mantisbtcode cleanuppublic2023-04-29 18:31
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version2.11.1 
Target Version2.13.0Fixed in Version2.13.0 
Summary0023998: Implement IssueAddCommand and use it from SOAP, REST and Web UI
Description

Unify the logic that is executed when adding an issue.

TagsNo tags attached.

Relationships

related to 0024236 closedatrol 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 closedvboctor IssueAddCommand does not create history entries identical to the code it replaced 
related to 0027575 closeddregad Remove obsolete 'posted' form param when reporting new issue 
related to 0027576 closeddregad Incorrect error message when reporting issue with a custom field failing validation 
related to 0013498 closeddregad EVENT_REPORT_BUG not raised via SOAP API 

Activities

Related Changesets

MantisBT: master b03448f2

2018-02-17 11:35

vboctor


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

vboctor


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

vboctor


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