We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044ac36 commit 22a13daCopy full SHA for 22a13da
content/v3/issues.md
@@ -10,10 +10,22 @@ title: Issues | GitHub API
10
Issues leverage [these](#custom-mime-types) custom mime types. You can
11
read more about the use of mime types in the API [here](/v3/media/).
12
13
-## List your issues
+## List issues
14
+
15
+List all issues across all the authenticated user's visible repositories
16
+including owned repositories, member repositories, and organization
17
+repositories:
18
19
GET /issues
20
21
+List all issues across owned and member repositories for the authenticated user:
22
23
+ GET /user/issues
24
25
+List all issues for a given organization for the authenticated user:
26
27
+ GET /orgs/:org/issues
28
29
### Parameters
30
31
filter
0 commit comments