Re: Getting back the old Bugzilla bug entry form

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

 



On 17. 04. 23 9:19, Miro Hrončok wrote:
On 17. 04. 23 8:40, Florian Weimer wrote:
Guided bug filing in Bugzilla was rolled out today.

Is there a way to get back the old entry form?  ...

We have a workflow that generates links like this:


     url_prefix = 'https://bugzilla.redhat.com/enter_bug.cgi?'
     params = {
         'short_desc': summary,
         'comment': description,
         'component': str(package),
         'blocked': TRACKER,
         'product': 'Fedora',
         'version': 'rawhide',
         #'bug_severity': 'high',
         'cc': '...@redhat.com,...@redhat.com'
     }

     # Rate-limit opening browser tabs
     async with browser_lock:
         webbrowser.open(url_prefix + urlencode(params))
         await asyncio.sleep(1)

It no longer fully functional. This will disrupt our Python 3.12 work :(

Apparently, the RHEL 9 product still has the old form, so Fedor amust have opted into this. I wonder, where was this change coordinated? How did I miss it?

https://bugzilla.redhat.com/show_bug.cgi?id=2187263

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux