mc_project_get_issues doesn't return closed tickets

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Firmbyte
Posts: 12
Joined: 07 Feb 2017, 17:23

mc_project_get_issues doesn't return closed tickets

Post by Firmbyte »

I've tried getting a list of tickets for a specific project but the mc_project_get_issues api doesn't return closed tickets. When I use the api i get 92 tickets returned but when I query the database directly, I get 97. The 5 extra as closed.
Is the api supposed to exclude closed tickets ? Is there a work around to include them ?


MantisBT Version 1.2.18
Schema Version 183
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: mc_project_get_issues doesn't return closed tickets

Post by atrol »

This should explain the behavior and provide also information how to get closed issues https://www.mantisbt.org/bugs/view.php?id=21996
Please use Search before posting and read the Manual
Firmbyte
Posts: 12
Joined: 07 Feb 2017, 17:23

Re: mc_project_get_issues doesn't return closed tickets

Post by Firmbyte »

Thank you!
Post Reply