5.7.157. Bugzilla::Extension::DependentProducts::Record

5.7.157.1. Description

Bugzilla::Extension::DependentProducts::Record - This modules maps the relationship of products to dependent products.

5.7.157.2. Fields

  • product_id
The ID of the dependent product.
  • depends_on
The ID of the product dependend on.
  • vis_group
The ID of the group allowed to see this relationship.

5.7.157.3. Methods

These methods allow you to set the specified field.

  • set_contacts
  • set_role_contacts
  • set_qe_contacts
  • set_dm_contacts
  • set_pm_contacts

5.7.157.4. Accessors

These methods allow you to get the specified field.

  • contacts
  • contacts_as_email
  • role_contacts
  • role_contacts_as_email
  • qe_contacts
  • qe_contacts_as_email
  • dm_contacts
  • dm_contacts_as_email
  • pm_contacts
  • pm_contacts_as_email
  • product_id
  • depends_on
  • vis_group
  • all_contacts
  • user_can_view
Can the specified, or current, user view this field on bugs in this product?

This documentation undoubtedly has bugs; if you find some, please file them here.