diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-05-30 13:32:39 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-05-30 13:32:39 +0000 |
commit | 52a3d4372c6e45e4ffb792a9fe7bfca84f3573a3 (patch) | |
tree | 35b80fd5034ce411af8d4c5102756cadfdda0256 /doc | |
parent | 83550c02c0b3eea942ec34969d406e953d53b587 (diff) | |
parent | a7349560b2d13ea7894a462738b3a7687fdbae72 (diff) | |
download | gitlab-ce-52a3d4372c6e45e4ffb792a9fe7bfca84f3573a3.tar.gz |
Merge branch '19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabled' into 'master'
'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
Closes #19107
See merge request !11754
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 6b919f71792..345f93a6017 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -38,6 +38,8 @@ Parameters: | `membership` | boolean | no | Limit by projects that the current user is a member of | | `starred` | boolean | no | Limit by projects starred by the current user | | `statistics` | boolean | no | Include project statistics | +| `with_issues_enabled` | boolean | no | Limit by enabled issues feature | +| `with_merge_requests_enabled` | boolean | no | Limit by enabled merge requests feature | ```json [ |