Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8b393e46
Commit
8b393e46
authored
Jun 16, 2021
by
Vladimír Brodský
Committed by
Marcin Sedlak-Jakubowski
Jun 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs improvement: Group Milestones API doesn't return subgroups' issues
parent
5ea97472
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/api/group_milestones.md
doc/api/group_milestones.md
+5
-0
No files found.
doc/api/group_milestones.md
View file @
8b393e46
...
...
@@ -144,6 +144,11 @@ Parameters:
|
`id`
| integer/string | yes | The ID or
[
URL-encoded path of the group
](
README.md#namespaced-path-encoding
)
owned by the authenticated user |
|
`milestone_id`
| integer | yes | The ID of a group milestone |
Currently, this API endpoint doesn't return issues from any subgroups.
If you want to get all the milestones' issues, you can instead use the
[
List issues API
](
issues.md#list-issues
)
and filter for a
particular milestone (for example,
`GET /issues?milestone=1.0.0&state=opened`
).
## Get all merge requests assigned to a single milestone
Gets all merge requests assigned to a single group milestone.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment