Page 1 of 1

mc_project_get_issues doesn't return closed tickets

Posted: 13 Sep 2018, 00:50
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

Re: mc_project_get_issues doesn't return closed tickets

Posted: 13 Sep 2018, 06:10
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

Re: mc_project_get_issues doesn't return closed tickets

Posted: 13 Sep 2018, 11:49
by Firmbyte
Thank you!