From 79ec29975ac8d1a4f49b83ed404a1ee04c33b73c Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 30 Mar 2015 18:53:57 +0100 Subject: Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to define what the fixed resolution is. r,a=glob --- docs/en/rst/administering/parameters.rst | 14 ++++++++------ docs/en/rst/api/core/v1/bugzilla.rst | 4 ++-- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst index 44eae8e51..80611ef6e 100644 --- a/docs/en/rst/administering/parameters.rst +++ b/docs/en/rst/administering/parameters.rst @@ -280,12 +280,14 @@ commenton* any comment as to what the fix was (or even that it was truly fixed!) -noresolveonopenblockers - This option will prevent users from resolving bugs as FIXED if - they have unresolved dependencies. Only the FIXED resolution - is affected. Users will be still able to resolve bugs to - resolutions other than FIXED if they have unresolved dependent - bugs. +resolution_forbidden_with_open_blockers + This option will prevent users from resolving bugs as the chosen resolution + if they have unresolved dependencies. If using Bugzilla's default + resolutions, the most common value to choose is FIXED, because if a bug + is fixed, either is dependencies are actually fixed (and should be marked + as such) or the dependency is mistaken and should be removed. Only the + chosen resolution is affected; users will be still able to resolve bugs to + other resolutions even if they have unresolved dependent bugs. .. _param-bugfields: diff --git a/docs/en/rst/api/core/v1/bugzilla.rst b/docs/en/rst/api/core/v1/bugzilla.rst index b066eca0c..67029cc1f 100644 --- a/docs/en/rst/api/core/v1/bugzilla.rst +++ b/docs/en/rst/api/core/v1/bugzilla.rst @@ -187,10 +187,10 @@ Example response for authenticated user: "maxattachmentsize" : "1000", "maxlocalattachment" : "0", "musthavemilestoneonaccept" : "0", - "noresolveonopenblockers" : "0", "password_complexity" : "no_constraints", "rememberlogin" : "on", "requirelogin" : "0", + "resolution_forbidden_with_open_blockers" : "FIXED", "urlbase" : "http://bugzilla.example.com/", "use_see_also" : "1", "useclassification" : "1", @@ -225,10 +225,10 @@ A logged-in user can access the following parameters (listed alphabetically): * maxattachmentsize * maxlocalattachment * musthavemilestoneonaccept -* noresolveonopenblockers * password_complexity * rememberlogin * requirelogin +* resolution_forbidden_with_open_blockers * search_allow_no_criteria * urlbase * use_see_also -- cgit v1.2.3-24-g4f1b