From f258a59ef6156f9da3b527efe9088fd0708f6fdf Mon Sep 17 00:00:00 2001 From: jubianchi Date: Fri, 5 Sep 2014 00:01:12 +0200 Subject: Filters issues by milestone via API --- doc/api/issues.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api') diff --git a/doc/api/issues.md b/doc/api/issues.md index a935b146d37..ceeb683a6bf 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -95,6 +95,8 @@ GET /projects/:id/issues?state=closed GET /projects/:id/issues?labels=foo GET /projects/:id/issues?labels=foo,bar GET /projects/:id/issues?labels=foo,bar&state=opened +GET /projects/:id/issues?milestone=1.0.0 +GET /projects/:id/issues?milestone=1.0.0&state=opened ``` Parameters: @@ -102,6 +104,7 @@ Parameters: - `id` (required) - The ID of a project - `state` (optional) - Return `all` issues or just those that are `opened` or `closed` - `labels` (optional) - Comma-separated list of label names +- `milestone` (optional) - Milestone title ## Single issue -- cgit v1.2.1