View Issue Details

IDProjectCategoryView StatusLast Update
0024717mantisbtapi soappublic2018-09-04 01:23
Reporterraimu Assigned Tocommunity  
PrioritylowSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Target Version2.17.0Fixed in Version2.17.0 
Summary0024717: Add filter for the “last updated“ date in the soap api
Description

Currently the soap method mc_filter_search_issues allows to filter the result set by the “sumbitted” date of the issue. But not with the “last updated” date.

It would be a nice feature if it's possible to filter the result also with the last changed date.

TagsNo tags attached.

Activities

raimu

raimu

2018-08-31 04:29

reporter   ~0060567

There is already a pull request, which address this feature request.
https://github.com/mantisbt/mantisbt/pull/1384

Related Changesets

MantisBT: master 7bbd8333

2018-08-30 23:25

Raimund Herbert

Committer: vboctor


Details Diff
Add filter for the “last updated“ date in the soap api

Currently the soap method `mc_filter_search_issues` allows to filter
the result set by the “sumbitted” date of the issue. But not with the
“last updated” date.

For a task, we need to get the latest updated issues, to execute some
business logic. Therefore expand the soap api, with this additional
filter, so that's now also posssible to filter the result-set of the
search with the last “updated date”.

- Add this new filter to the `mc_filter_api`, simular like the
“submitted date”.
- Add it also the the wsdl, so that this new api is documented for
other programms.

Fixes 0024717
Affected Issues
0024717
mod - api/soap/mantisconnect.wsdl Diff File
mod - api/soap/mc_filter_api.php Diff File