#7360 Bugzilla Assignee Overrides: text unclear
Closed: Fixed 6 years ago Opened 6 years ago by nmav.

I'm reading the following text from the fedora-scm-requests project.

To override the default assignee in Bugzilla, find/or create the YAML file that configures the 
repository you want to set (e.g. rpms/python-requests). The bugzilla_contact key in the YAML file is 
used to override this with a dictionary, where each key represents a product (e.g. "Fedora EPEL" or
"Fedora"). Each value should specify the FAS username or FAS group (groups are signified by
starting with a "@") of the default Bugzilla ticket assignee for the component in that product.

It is unclear to me what to do to override the bugzilla assignee. Questions I have:
* How to find or create the yaml file?
* Where does it have to be (in the package repo), subdir?
* Does it have to have a specific name or any yaml file would do?
* Could you give an example of such a file?


do a 'git clone https://pagure.io/releng/fedora-scm-requests.git'
The files should exist for (most) packages.

It must be: rpms/packagename

% cat mod_python
bugzilla_contact:
Fedora EPEL: lkundrak
monitoring: no-monitoring

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata