Get All Issues
fetch_all_issuesRetrieve all issues from a specified remote GitHub repository and list them. Provide the repository owner and name to get a complete list.
Instructions
Get all issues from the specified remote repo and list them
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoName | Yes | Exact repo name for the url parameter. Ask the user if it is not provided. | |
| repoOwner | Yes | Exact repository owner for the url paramter that indicates what is the owber of the repo. Ask the user if it is not provided. |