View Issue Details

IDProjectCategoryView StatusLast Update
0013900mantisbtapi soappublic2013-04-06 08:12
Reporterrombert Assigned Torombert  
PrioritynormalSeveritytextReproducibilityhave not tried
Status closedResolutionfixed 
Target Version1.2.12Fixed in Version1.2.12 
Summary0013900: Improve documentation for mc_project_get_issues and similar
Description

According to a discussion on the mailing list:

If you check filter_get_bug_rows() in mantisbt/core/filter_api.php (v1.2.8), it is mentioned in the comment that you can pass -1 to retrieve all the issues in a single page. So I did the following call and it was successful:

mc_project_get_issues($this->bt_user, $this->bt_password , $this->bt_project, 1, -1);

It would be nice if the comments from the original api is copied to soap-api.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036147

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch