View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011743 | mantisbt | feature | public | 2010-04-03 17:10 | 2014-02-14 09:16 |
| Reporter | llattan | Assigned To | atrol | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.2.0 | ||||
| Summary | 0011743: New field "date_resolved" | ||||
| Description | I think bug table ("mantis_bug_table") should have a new field called date_resolved. Lastest version only has "date_submitted" and "last_updated". It can be useful to have "date_assigned" field too. (It is not the same that submission date unless auto-assignment) | ||||
| Tags | No tags attached. | ||||
|
You can find this information in the mantis_bug_history table by finding the entry where the status becomes "resolved". Some of the graph by time pages do this as I recall. |
|
|
You can also try to store this data in a separate field:
set_resolve_date_to_custom_field( $p_bug_id ); What's the result:
Since there are changes in the core (bug_api.php) and it's possible to differ this field and the real history date of resolving, - |
|