help-debbugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hyperbole debbugs fields incompatible with debbugs-get-bugs.


From: Robert Weiner
Subject: Hyperbole debbugs fields incompatible with debbugs-get-bugs.
Date: Wed, 22 Jun 2016 10:26:38 -0400

Hi Glenn:

Thanks for setting up the Hyperbole project debbugs database.  It is
very useful.  However, I see that the fields and values in the database
do not match those used in `debbugs-get-bugs' from "debbugs.el".  Could
you change it so they match and we could use this function.

Here is what I get back when making a status request on one bug:

;; Query
((severity . "normal")
 (package . "hyperbole"))

;; Status
((cache_time . 1466604661.543341)
 (fixed_versions)
 (originator . "\"Feng Shu\" <address@hidden>")
 (forwarded)
 (package "hyperbole")
 (found)
 (found_date)
 (blockedby)
 (fixed)
 (last_modified . 1466371922)
 (bug_num . 23789)
 (unarchived)
 (location . "db-h")
 (log_modified . 1466371922)
 (source . "unknown")
 (subject . "rolo-sort run incorrect.")
 (owner)
 (pending . "pending")
 (blocks)
 (msgid . "<address@hidden>")
 (found_versions)
 (summary)
 (date . 1466214002)
 (fixed_date)
 (done)
 (keywords)
 (id . 23789)
 (tags)
 (mergedwith)
 (affects)
 (archived)
 (severity . "normal"))

-------

Here are the differences I noticed:
Instead of a status field, there is a pending field.  I would really
like an "open" value for the status field as well rather than just pending.
Instead of owner and submitter fields there is originator.
There is no maint field.

Mainly, if the setup could just match the Lisp function, that would be
very helpful.

Thanks,

Bob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]