summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSimon Green <mail@simon.green>2015-07-29 11:31:14 +0200
committerSimon Green <mail@simon.green>2015-07-29 11:31:14 +0200
commitf578f79698f5779f20ee8354a3af132fafaf66da (patch)
tree04af0be4f2ca195d5aadaccd3aea359a9d67cf97 /docs
parentd373bb13a51a74ef77cf800fdc77a30ab9ac9d17 (diff)
downloadbugzilla-f578f79698f5779f20ee8354a3af132fafaf66da.tar.gz
bugzilla-f578f79698f5779f20ee8354a3af132fafaf66da.tar.xz
Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter
r=gerv, a=simon
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/administering/parameters.rst3
-rw-r--r--docs/en/rst/api/core/v1/bugzilla.rst2
2 files changed, 0 insertions, 5 deletions
diff --git a/docs/en/rst/administering/parameters.rst b/docs/en/rst/administering/parameters.rst
index 5b2eeadc7..f040bcfc6 100644
--- a/docs/en/rst/administering/parameters.rst
+++ b/docs/en/rst/administering/parameters.rst
@@ -262,9 +262,6 @@ letsubmitterchoosepriority
letsubmitterchoosemilestone
If this is on, then people submitting bugs can choose the Target Milestone for that bug. If off, then all bugs initially have the default milestone for the product being filed in.
-musthavemilestoneonaccept
- If you are using Target Milestone, do you want to require that the milestone be set in order for a user to set a bug's status to IN_PROGRESS?
-
commenton*
All these fields allow you to dictate what changes can pass
without comment and which must have a comment from the
diff --git a/docs/en/rst/api/core/v1/bugzilla.rst b/docs/en/rst/api/core/v1/bugzilla.rst
index 67029cc1f..c2458bd0f 100644
--- a/docs/en/rst/api/core/v1/bugzilla.rst
+++ b/docs/en/rst/api/core/v1/bugzilla.rst
@@ -186,7 +186,6 @@ Example response for authenticated user:
"maintainer" : "admin@example.com",
"maxattachmentsize" : "1000",
"maxlocalattachment" : "0",
- "musthavemilestoneonaccept" : "0",
"password_complexity" : "no_constraints",
"rememberlogin" : "on",
"requirelogin" : "0",
@@ -224,7 +223,6 @@ A logged-in user can access the following parameters (listed alphabetically):
* maintainer
* maxattachmentsize
* maxlocalattachment
-* musthavemilestoneonaccept
* password_complexity
* rememberlogin
* requirelogin