5.7.156. Bugzilla::Extension::DependentProducts::Contact

5.7.156.1. Description

Bugzilla::Extension::DependentProducts::Contact - This modules maps users to roles on dependent products. Contacts will be emailed changes when bugs are flagged as affecting a dependent product.

5.7.156.2. Fields

  • record_id
An FK to the Bugzilla::Extension::DependentProducts::Record for this contact.
  • contact
An FK to the Bugzilla::User to contact.
  • contact_role

The roel the contact is playing for this contact.

  • DP_CONTACT
Contact is the default contact for an affecting product.
  • DP_PROD_MGR
Contact is the Product Manager for the dependent product.
  • DP_DEV_MGR
Contact is the Development Manager for the dependent product.
  • DP_QE_MGR
Contact is the Quality Manager for the dependent product.

5.7.156.3. Methods

These methods allow you to set the specified field.

  • set_record_id
  • set_contact
  • set_contact_role

5.7.156.4. Accessors

These methods allow you to get the specified field.

  • record_id
  • contact
  • contact_role
  • contact_email

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