File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed
Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -497,6 +497,10 @@ div.sidebar-module ul ul li span {
497497 margin : 1.5em
498498}
499499
500+ .content dd ul {
501+ margin-top : 0 ;
502+ }
503+
500504.content li {
501505 line-height : 1.7em ;
502506}
Original file line number Diff line number Diff line change 3838 < h1 id ="issues-api "> Issues API</ h1 >
3939
4040< ul id ="markdown-toc ">
41- < li > < a href ="#list-your- issues "> List your issues</ a > </ li >
41+ < li > < a href ="#list-issues "> List issues</ a > </ li >
4242 < li > < a href ="#list-issues-for-a-repository "> List issues for a repository</ a > </ li >
4343 < li > < a href ="#get-a-single-issue "> Get a single issue</ a > </ li >
4444 < li > < a href ="#create-an-issue "> Create an issue</ a > </ li >
@@ -47,11 +47,25 @@ <h1 id="issues-api">Issues API</h1>
4747</ ul > < p > Issues leverage < a href ="#custom-mime-types "> these</ a > custom mime types. You can
4848read more about the use of mime types in the API < a href ="/v3/media/ "> here</ a > .</ p >
4949
50- < h2 id ="list-your-issues "> List your issues</ h2 >
50+ < h2 id ="list-issues "> List issues</ h2 >
51+
52+ < p > List all issues across all the authenticated user’s visible repositories
53+ including owned repositories, member repositories, and organization
54+ repositories:</ p >
5155
5256< pre > < code > GET /issues
5357</ code > </ pre >
5458
59+ < p > List all issues across owned and member repositories for the authenticated user:</ p >
60+
61+ < pre > < code > GET /user/issues
62+ </ code > </ pre >
63+
64+ < p > List all issues for a given organization for the authenticated user:</ p >
65+
66+ < pre > < code > GET /orgs/:org/issues
67+ </ code > </ pre >
68+
5569< h3 id ="parameters "> Parameters</ h3 >
5670
5771< dl >
You can’t perform that action at this time.
0 commit comments