On Tue, 19 May 2020, Martin Liška wrote: > On 5/19/20 10:11 AM, Martin Liška wrote: > > Can you please share how do you do it? It would be easy to add it. > > I added the feature via --fill-up-bug-titles option. It uses common > request and beatifulsoup packages.
The REST interface is much better to use for extracting bug data than screen scraping of HTML output. Fetch e.g. https://gcc.gnu.org/bugzilla/rest.cgi/bug?id=12345&include_fields=summary to get JSON bug data (change or omit include_fields if you want more than just the summary). -- Joseph S. Myers jos...@codesourcery.com