diff options
author | Gervase Markham <gerv@gerv.net> | 2015-03-30 19:53:57 +0200 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-03-30 19:53:57 +0200 |
commit | 79ec29975ac8d1a4f49b83ed404a1ee04c33b73c (patch) | |
tree | fd747279bdfb8f3857e7e64468c0915649319523 /docs/en/rst/api | |
parent | 2c82105b0fed5d6739111c5de8dba063b01ab446 (diff) | |
download | bugzilla-79ec29975ac8d1a4f49b83ed404a1ee04c33b73c.tar.gz bugzilla-79ec29975ac8d1a4f49b83ed404a1ee04c33b73c.tar.xz |
Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to define what the fixed resolution is. r,a=glob
Diffstat (limited to 'docs/en/rst/api')
-rw-r--r-- | docs/en/rst/api/core/v1/bugzilla.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |