Bug 2187263 - Default Fedora bug creation to Guided bug entry broke parametrized entry bug links
Summary: Default Fedora bug creation to Guided bug entry broke parametrized entry bug ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Creating/Changing Bugs
Version: 5.0
Hardware: Unspecified
OS: Unspecified
unspecified
high with 1 vote
Target Milestone: ---
Assignee: Jeff Fearn ๐Ÿž
QA Contact: Jeff Fearn ๐Ÿž
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.12
TreeView+ depends on / blocked
 
Reported: 2023-04-17 09:40 UTC by Miro Hronฤok
Modified: 2025-10-17 00:00 UTC (History)
2 users (show)

Fixed In Version: 5.0.4-rh86
Clone Of:
Environment:
Last Closed: 2023-04-20 00:09:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Miro Hronฤok 2023-04-17 09:40:24 UTC
Description of problem:
After bz1931587 was deployed, we cannot longer use links like https://bugzilla.redhat.com/enter_bug.cgi?short_desc=aha&comment=blah+blah&component=python3.9&blocked=1890881&product=Fedora&version=rawhide&cc=mhroncok%40redhat.com%2Cthrnciar%40redhat.com

Version-Release number of selected component (if applicable): No idea.


How reproducible: Always.


Steps to Reproduce:
1. Visit https://bugzilla.redhat.com/enter_bug.cgi?short_desc=aha&comment=blah+blah&component=python3.9&blocked=1890881&product=Fedora&version=rawhide&cc=mhroncok%40redhat.com%2Cthrnciar%40redhat.com

Actual results:
The summary and description and CC and tracker is not prefilled.

Expected results:
All the fields in the URL params should be prefilled.

Additional info:
This is blocking work on Python 3.12 update in Fedora, being able to file new bugzillas this way is essential to our work. Please provide a workaround (e.g. an alternate URL to use) ASAP or revert this feature.

Comment 2 Jeff Fearn ๐Ÿž 2023-04-18 03:28:58 UTC
On QA server.

The following list of fields is supported on the guided bug entry form, if any other fields are supplied in the URL then the manual bug entry form will be used.

bug_file_loc
comment
component
product
short_desc
version

1: visit $server/enter_bug.cgi?short_desc=aha&comment=blah+blah&component=python3.9&blocked=1890881&product=Fedora&version=rawhide&cc=mhroncok%40redhat.com%2Cthrnciar%40redhat.com

Manual bug entry form is shown, all supplied fields are set.

On form submission a bug is created in the correct product & component.

2: visit $server/enter_bug.cgi?short_desc=aha&comment=blah+blah&component=python3.9&product=Fedora&version=rawhide

Guided bug entry form is shown, supplied fields are set.

On form submission a bug is created in the correct product & component.

Comment 3 Jeff Fearn ๐Ÿž 2023-04-18 03:57:19 UTC
This fix has been deployed to stage Bugzilla for a short public testing phase.

https://bugzilla.stage.redhat.com

Comment 4 Miro Hronฤok 2023-04-18 08:02:43 UTC
(In reply to Jeff Fearn ๐Ÿž from comment #3)
> This fix has been deployed to stage Bugzilla for a short public testing
> phase.
> 
> https://bugzilla.stage.redhat.com

Works for me, thank you for a quick fix!

Comment 5 Jeff Fearn ๐Ÿž 2023-04-20 00:09:02 UTC
This change is now live. If there are any issues, do not reopen this bug. Instead, you should create a new bug and reference this bug.


Note You need to log in before you can comment on or make changes to this bug.