Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382837 - www-client/pybugz: extract real name from bug reports
Summary: www-client/pybugz: extract real name from bug reports
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 15:30 UTC by SpanKY
Modified: 2015-08-14 06:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2011-09-13 15:30:05 UTC
i want to extract a person's real name from the report they filed so that i can give them credit in the changelog.  could we add "Real Name" to the output ?
Comment 1 William Hubbs gentoo-dev 2012-04-25 17:27:57 UTC
Not without changing Bugzilla itself.
The real names are displayed in the web UI, but they are not passed to
web services clients.
Comment 2 SpanKY gentoo-dev 2012-04-25 17:31:59 UTC
you can get their name from the xml format.  i'm guessing that's what you mean.

$ wget -q -O bug.xml https://bugs.gentoo.org/382837?ctype=xml
$ xml sel -E utf8 -t -m bugzilla/bug/long_desc -c who -n bug.xml | head -1
<who name="SpanKY">vapier</who>
Comment 3 William Hubbs gentoo-dev 2012-04-25 23:14:22 UTC
No, we aren't using the xml format any longer. Pybugz switched over to
using the bugzilla web services via xmlrpc.
by any of the bug-related commands [1].

[1] http://www.bugzilla.org/docs/4.2/en/html/api/Bugzilla/WebService/Bug.html
Comment 4 William Hubbs gentoo-dev 2012-04-27 14:41:40 UTC
(In reply to comment #3)
> by any of the bug-related commands [1].

This should say "Real names are not returned by any of the bug-related commands."
Comment 5 William Hubbs gentoo-dev 2012-05-20 18:22:36 UTC
I am closing this as invalid due to it being a bugzilla issue (see
comment #3 and comment #4). I can't print the full names because they
aren't returned to me by bugzilla.