list_activities
Retrieve draft items from a board using filters. Filter by status or priority to find specific tasks, such as 'Todo' or 'High', within a project.
Instructions
List activities (draft items) in a board. Filter by status and/or priority. Valid values depend on the project (new boards: Todo, In Progress, Done / Urgent, High, Medium, Low).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Status filter. Valid values depend on the project (new boards: Todo, In Progress, Done / Urgent, High, Medium, Low). | |
| priority | No | Priority filter. Valid values depend on the project (new boards: Todo, In Progress, Done / Urgent, High, Medium, Low). | |
| projectNumber | Yes | Number of the GitHub Project board |