github_issues_list_for_org
List organization issues assigned to you with filters for state, labels, sort, and pagination. Fetch paginated results from a specific organization.
Instructions
List organization issues assigned to the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| filter | No | Indicates which sorts of issues to return. `assigned` means issues assigned to you. `created` means issues created by you. `mentioned` means issues mentioning you. `subscribed` means issues you're subscribed to updates for. `all` or `repos` means all issues you can see, regardless of participation or creation. | |
| state | No | Indicates the state of the issues to return. | |
| labels | No | A list of comma separated label names. Example: `bug,ui,@high` | |
| type | No | Can be the name of an issue type. | |
| sort | No | What to sort results by. | |
| direction | No | The direction to sort the results by. | |
| since | No | Only show results that were last updated after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`. | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |