View Issue Details

IDProjectCategoryView StatusLast Update
0020871mantisbtapi soappublic2016-05-20 03:31
ReporterMontikore Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version1.3.0-rc.1 
Summary0020871: Using API function mc_filter_search_issue_headers : filter on projectID is not used
Description

Hello,

I'm currently working with the API, especially the function mc_filter_search_issue_headers which i used until now whithout issue. I use it with 2 parameters : target_version and projectID.
It was working well because the target_version was always unique. Now i have 2 projects with same target version, and the result is the list of issues of the 2 projects... so the target_version is well used for filtering, but not the projectID...

Here is a sample of my code :

ObjectRef pRef = new ObjectRef(projectID, projectName);
FilterSearchData data = new FilterSearchData();
data.setProject(pRef);
data.setTarget_version(targetVersion);
issuesHeaders = portType.mc_filter_search_issue_headers(site.getUserName(), site.getPlainPassword(), data);

Any help welcome :)
Thanks

TagsNo tags attached.

Activities

Montikore

Montikore

2016-05-18 03:29

reporter   ~0053175

any feedback on this issue?

dregad

dregad

2016-05-20 03:31

developer   ~0053198

@rombert maybe you can help ?