File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
1717including owned repositories, member repositories, and organization
1818repositories:
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
You can’t perform that action at this time.
0 commit comments