@@ -222,7 +222,7 @@ Type: OBJECT
222222
223223
224224### List Issues
225- Retrieve issues assigned to the authenticated user across all accessible repositories
225+ Retrieve issues assigned to the authenticated user across all accessible repositories.
226226
227227#### Properties
228228
@@ -236,30 +236,22 @@ Retrieve issues assigned to the authenticated user across all accessible reposit
236236
237237
238238
239- Type: OBJECT
239+ Type: ARRAY
240240
241241
242242#### Properties
243243
244244| Name | Type | Control Type |
245245| :------------:| :------------:| :--------------------:|
246- | url | STRING | TEXT |
247- | repository_url | STRING | TEXT |
248- | id | NUMBER | NUMBER |
249- | number | INTEGER | INTEGER |
250- | title | STRING | TEXT |
251- | state | STRING | TEXT |
252- | assignees | [ {STRING\( login), STRING\( id), STRING\( html_url), STRING\( type)}] | ARRAY_BUILDER |
253- | labels | [ {STRING\( id), STRING\( name), STRING\( description)}] | ARRAY_BUILDER |
254- | body | STRING | TEXT |
246+ | | {STRING\( url), STRING\( repository_url), NUMBER\( id), INTEGER\( number), STRING\( title), STRING\( state), [ {STRING\( login), STRING\( id), STRING\( html_url), STRING\( type)}] \( assignees), [ {STRING\( id), STRING\( name), STRING\( description)}] \( labels), STRING\( body)} | OBJECT_BUILDER |
255247
256248
257249
258250
259251
260252
261- ### List Issues
262- Get list of issues from the repository
253+ ### List Repository Issues
254+ Lists issues in a repository. Only open issues will be listed.
263255
264256#### Properties
265257
@@ -275,6 +267,12 @@ Get list of issues from the repository
275267Type: ARRAY
276268
277269
270+ #### Properties
271+
272+ | Name | Type | Control Type |
273+ | :------------:| :------------:| :--------------------:|
274+ | | {STRING\( url), STRING\( repository_url), NUMBER\( id), INTEGER\( number), STRING\( title), STRING\( state), [ {STRING\( login), STRING\( id), STRING\( html_url), STRING\( type)}] \( assignees), [ {STRING\( id), STRING\( name), STRING\( description)}] \( labels), STRING\( body)} | OBJECT_BUILDER |
275+
278276
279277
280278
@@ -373,8 +371,12 @@ Type: OBJECT
373371# Additional instructions
374372<hr />
375373
376- ## CONNECTION
374+ ## Connection Setup
375+
376+ [ Setting up OAuth2] ( https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app ) This link provides a comprehensive guide on how to create and configure an OAuth app on GitHub.
377377
378- [ Setting up OAuth2 ] ( https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app )
378+ For a visual walkthrough, refer to the embedded video tutorial below. It offers a step-by-step demonstration of the OAuth2 setup process, making it easier to follow along and implement.
379379
380- <div style =" position :relative ;height :0 ;width :100% ;overflow :hidden ;z-index :99999 ;box-sizing :border-box ;padding-bottom :calc (53.02672956% + 32px )" ><iframe src =" https://www.guidejar.com/embed/056201df-2b7a-45c7-9691-3aad03b82487?type=1&controls=on " width =" 100% " height =" 100% " style =" height :100% ;position :absolute ;inset :0 " allowfullscreen frameborder =" 0 " ></iframe ></div >
380+ <div style =" position :relative ;height :0 ;width :100% ;overflow :hidden ;z-index :99999 ;box-sizing :border-box ;padding-bottom :calc (53.02672956% + 32px )" >
381+ <iframe src =" https://www.guidejar.com/embed/bhsAUb5TGIexsFuLBica?type=1&controls=on " width =" 100% " height =" 100% " style =" height :100% ;position :absolute ;inset :0 " allowfullscreen frameborder =" 0 " ></iframe >
382+ </div >
0 commit comments