Skip to content

Commit 2437d2b

Browse files
committed
docs for new my-issues api
1 parent c994aa1 commit 2437d2b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

content/v3/issues.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ title: Issues API v3 | developer.github.com
77
Issues leverage [these](#custom-mime-types) custom mime types. You can
88
read more about the use of mimes types in the API [here](/v3/mimes/).
99

10+
## List your issues
11+
12+
GET /issues
13+
14+
### Parameters
15+
16+
filter
17+
: * `assigned`: Issues assigned to you (default)
18+
* `created`: Issues created by you
19+
* `mentioned`: Issues mentioning you
20+
* `subscribed`: Issues you're subscribed to updates for
21+
22+
### Response
23+
24+
<%= headers 200, :pagination => true %>
25+
<%= json(:issue) { |h| [h] } %>
26+
1027
## List issues for a repository
1128

1229
GET /repos/:user/:repo/issues

0 commit comments

Comments
 (0)