#7875 Tracker stats 500 error when accessed via the allura-api

unreleased
open
nobody
allura-api (22)
Tracker
nobody
2015-04-23
2015-04-23
No

works: https://forge-allura.apache.org/p/allura/tickets/stats/
does not work: https://forge-allura.apache.org/rest/p/allura/tickets/stats/

The rest version of a tracker's stats page expects /rest/p/allura/tickets/{ticket_num}.

The endpoint /rest/p/allura/tickets/stats causes the rest handler to use stats as the ticket_num -- resulting in a 500 error.

Discussion


Log in to post a comment.