[Webkit-unassigned] [Bug 152839] prepare-ChangeLog should include radar number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 13:13:56 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152839

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to comment #2)
> If prepare-changelog and its downstream webkitperl used the bugzilla JSON
> API, this would be pretty easy to do by looking for <rdar in a comment. I
> don't think it will be easy right now, since it's not listed in a
> well-defined field for scraping. I don't know if any other functionality
> needs to scrape comments HTML in bugzilla.

Currently `prepare-ChangeLog -b ###` will fetch the XML data for a bug:
$ curl --insecure --silent 'https://bugs.webkit.org/show_bug.cgi?id=152839&ctype=xml&excludefield=attachmentdata'

Which includes comments. Importer comments would be easy to recognize:

> <long_desc isprivate="0">
>   <commentid>1153467</commentid>
>   <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
>   <bug_when>2016-01-07 11:06:14 -0800</bug_when>
>   <thetext>&lt;rdar://problem/24093563&gt;</thetext>
> </long_desc>

I suppose I could hack in just searching for that single radar link comment. That will at least handle the importer pattern (which is all I really about).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160107/a34bc4b0/attachment.html>


More information about the webkit-unassigned mailing list