Comment 7 for bug 37392

Revision history for this message
Adam Buchbinder (adam-buchbinder) wrote :

I've (much-belatedly) sent a script to the maintainers which returns a CSV list of the bugs, with fields ID, status, and priority, in that order. Potential values for status are "Resolved", "Unresolved", "Active", "Pending", "New" and "INVALID". Potential values for priority are "LOW", "MOD", "HIGH", "CRIT" and "INVALID". (See http://svn.easysw.com/public/cupswww/trunk/phplib/db-str.php; the "INVALID" statuses are returned when there's no valid status or priority set on the ticket. It will return up to 50 (though that's configurable) reports at a time.

For instance, calling:

.../launchpad.php?1+2+3+4

might return something like:

1,Pending,LOW
2,Resolved,MOD
4,New,INVALID

assuming that report 3 is locked for security purposes, and not publically accessible.

If there's anything I can do to code on the Malone side of things while we're waiting for this to be provided by the CUPS folks, please let me know.