View Issue Details

IDProjectCategoryView StatusLast Update
0015807mantisbtapi soappublic2014-02-07 18:24
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.15 
Target Version1.2.16Fixed in Version1.2.16 
Summary0015807: Support standard filters like ones in My View page in SOAP API
Description

Add standard filters support for retrieving the same filters shown on My View page but via the SOAP API.

  • Assigned To Me (or a user)
  • Unassigned Issues
  • Reported By Me (or a user)
  • Monitored By Me (or a user)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 6a9ad6bf

2013-05-10 08:36

vboctor


Details Diff
Merge pull request 0000082 from vboctor/standard_filters

Fixes 0015807: Support standard filters like ones in My View page in SOAP API

Implemented mc_project_get_issues_for_user() that supports the following:

Assigned To User (or 0 for unassigned)
Reported By User
Monitored By User
Affected Issues
0015807
mod - api/soap/mantisconnect.wsdl Diff File
mod - api/soap/mc_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - core/filter_api.php Diff File
mod - my_view_inc.php Diff File
mod - tests/soap/FilterTest.php Diff File

MantisBT: master a322c9c1

2013-05-10 08:36

vboctor

Committer: dregad


Details Diff
Merge pull request 0000082 from vboctor/standard_filters

Fixes 0015807: Support standard filters like ones in My View page in SOAP API

Implemented mc_project_get_issues_for_user() that supports the following:

Assigned To User (or 0 for unassigned)
Reported By User
Monitored By User

Signed-off-by: Damien Regad <dregad@mantisbt.org>

Ported to master branch with modified filter constants, as per commit
c42ac127bd05851d62a9ab912229d8c279f760c9.

Conflicts:
my_view_inc.php

Other changes:
core/filter_api.php
Affected Issues
0015807
mod - api/soap/mantisconnect.wsdl Diff File
mod - api/soap/mc_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - core/filter_api.php Diff File
mod - my_view_inc.php Diff File
mod - tests/soap/FilterTest.php Diff File