Bug 565827 - RFE: FailedQE value in Verified field + update logic
Summary: RFE: FailedQE value in Verified field + update logic
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 3.4
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Noura El hawary
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 567244
TreeView+ depends on / blocked
 
Reported: 2010-02-16 13:18 UTC by Chris Ward
Modified: 2013-10-21 04:34 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
: 567244 (view as bug list)
Environment:
Last Closed: 2010-02-17 10:58:38 UTC
Embargoed:


Attachments (Terms of Use)
v1 code to add FailedQA to cf_verified (1.32 KB, patch)
2010-02-17 10:57 UTC, Noura El hawary
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 824974 0 unspecified CLOSED Partner field value is being removed when bug changed by user who is not able to set that Partner field value 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 850979 1 None None None 2021-01-20 06:05:38 UTC
Red Hat Bugzilla 1020834 0 unspecified CLOSED [RFE] Explicit marking of automatic changes during change of bug 2021-02-22 00:41:40 UTC

Internal Links: 824974 850979 1020834

Description Chris Ward 2010-02-16 13:18:10 UTC
Description of problem:
Recently we dropped the FAILS_QA state as part of the Bugzilla State clean-up. The original request was two part; first part, drop FAILS_QA, has already been completed. Now on to second (optional) part, since it is now being requested.

Summary:
 * add FailedQA value to Verified field (cf_verified) (after PreBeta)
 * include logic:
  * if bug state transitions from ON_QA -> ASSIGNED
   * if cf_verified not contains 'FailedQA', then append 'FailedQA'
   * else continue.

Example; user logs in and transitions bug #000000, which currently has no items selected in the Verified field, from ON_QA state to ASSIGNED state and saves changes. Upon page refresh, bug is in the ASSIGNED state and FailedQA value is selected in verified field.

Comment 1 Noura El hawary 2010-02-17 10:57:24 UTC
Created attachment 394708 [details]
v1 code to add FailedQA to cf_verified

Already committed the attached patch to svn as it has been approved before from dkl in the bug:

https://bugzilla.redhat.com/show_bug.cgi?id=530345

but took off the private comment. the patch is applied to bz-web1 for your testing, also added FailedQA to cf_verified list of values, so this functionality should be live in the next bugzilla release which will happen this week.

Regards,
Noura

Comment 2 Simon Green 2012-05-25 01:05:32 UTC
(In reply to comment #0)
> Description of problem:
> Recently we dropped the FAILS_QA state as part of the Bugzilla State
> clean-up. The original request was two part; first part, drop FAILS_QA, has
> already been completed. Now on to second (optional) part, since it is now
> being requested.
> 
> Summary:
>  * add FailedQA value to Verified field (cf_verified) (after PreBeta)
>  * include logic:
>   * if bug state transitions from ON_QA -> ASSIGNED
>    * if cf_verified not contains 'FailedQA', then append 'FailedQA'
>    * else continue.

Just a note on this bug, effective very soon (when 4.2.1-1.5 is released), adding FailedQA to the cf_verified field only only happen if the user making the change can see this value.

Sorry for the regression (and short notice), but as it standard this is a security issue.

  -- simon


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