Skip to content

Commit a90d289

Browse files
committed
Merge pull request github#1064 from jbottigliero/master
Update issue.md
2 parents af35a81 + 4578068 commit a90d289

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

content/v3/issues.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,23 @@ read more about the use of media types in the API [here](/v3/media/).
1313

1414
<%= fetch_content(:prs_as_issues) %>
1515

16-
List all issues across all the authenticated user's visible repositories
16+
List all issues **assigned** to the authenticated user across all visible repositories
1717
including owned repositories, member repositories, and organization
1818
repositories:
1919

2020
GET /issues
2121

22-
List all issues across owned and member repositories for the authenticated user:
22+
{{#tip}}
23+
24+
You can use the `filter` query parameter to fetch issues that are not necessarily assigned to you. See the table below for more information.
25+
26+
{{/tip}}
27+
28+
List all issues across owned and member repositories assigned to the authenticated user:
2329

2430
GET /user/issues
2531

26-
List all issues for a given organization for the authenticated user:
32+
List all issues for a given organization assigned to the authenticated user:
2733

2834
GET /orgs/:org/issues
2935

0 commit comments

Comments
 (0)