versionone / VersionOne.Integration.Bugzilla

Creates defects in VersionOne based on bugs in Bugzilla.
https://community.versionone.com/VersionOne_Connect/Supported_Integrations/VersionOne_Integration_for_Bugzilla_5.0_and_Above
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Don't allow configuration of two mutually exclusive operating modes #4

Open mirvin opened 11 years ago

mirvin commented 11 years ago

Problem: Bugzilla ServiceHostConfigTool.exe allows a user to enter data in to both tagged and assigned modes. This causes confusion for the user. This is ultra troublesome when coupled with this error that hides one of the configurations https://github.com/versionone/VersionOne.Integration.Bugzilla/issues/2

Reproduce:

  1. Start the ServiceHostConfigTool.exe
  2. Enter VersionOne configuration
  3. Click on the Services->Bugzilla tab
  4. Select "Tag defects by field values and populate fields in the "Tag" section.
  5. Select "Assign defects to user" and populate fields in the "Assign" section.
  6. Click the X to close the window and save accordingly. Warning! Confirm that you are saving in the correct path in your dialog box!
  7. Execute the ServiceHostConfigTool.exe
  8. Go to the Services->Bugzilla tab
  9. Select "Tag defects by field values" and observe that the content is saved in the "Tag defects by field values" configuration area.
  10. Select "Assign defects to user" and observe that the content is saved in the "Assign defects to user" configuration area.