You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`item_id`: The numeric ID of the issue or pull request to add to the project. (number, required)
967
-
-`item_type`: The item's type, either issue or pull_request. (string, required)
968
-
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
969
-
-`owner_type`: Owner type (string, required)
970
-
-`project_number`: The project's number. (number, required)
971
-
972
-
-**delete_project_item** - Delete project item
973
-
-**Required OAuth Scopes**: `project`
974
-
-`item_id`: The internal project item ID to delete from the project (not the issue or pull request ID). (number, required)
975
-
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
976
-
-`owner_type`: Owner type (string, required)
977
-
-`project_number`: The project's number. (number, required)
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
983
-
-`owner_type`: Owner type (string, required)
984
-
-`project_number`: The project's number (number, required)
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
991
-
-`owner_type`: Owner type (string, required)
992
-
-`project_number`: The project's number. (number, required)
-`fields`: Specific list of field IDs to include in the response (e.g. ["102589", "985201", "169875"]). If not provided, only the title field is included. (string[], optional)
998
-
-`item_id`: The item's ID. (number, required)
999
-
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
1000
-
-`owner_type`: Owner type (string, required)
1001
-
-`project_number`: The project's number. (number, required)
-`after`: Forward pagination cursor from previous pageInfo.nextCursor. (string, optional)
1007
-
-`before`: Backward pagination cursor from previous pageInfo.prevCursor (rare). (string, optional)
1008
-
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
1009
-
-`owner_type`: Owner type (string, required)
1010
-
-`per_page`: Results per page (max 50) (number, optional)
1011
-
-`project_number`: The project's number. (number, required)
1012
-
1013
-
-**list_project_items** - List project items
909
+
-**projects_get** - Get details of GitHub Projects resources
-`after`: Forward pagination cursor from previous pageInfo.nextCursor. (string, optional)
1017
-
-`before`: Backward pagination cursor from previous pageInfo.prevCursor (rare). (string, optional)
1018
-
-`fields`: Field IDs to include (e.g. ["102589", "985201"]). CRITICAL: Always provide to get field values. Without this, only titles returned. (string[], optional)
912
+
-`field_id`: The field's ID. Required for 'get_project_field' method. (number, optional)
913
+
-`fields`: Specific list of field IDs to include in the response when getting a project item (e.g. ["102589", "985201", "169875"]). If not provided, only the title field is included. Only used for 'get_project_item' method. (string[], optional)
914
+
-`item_id`: The item's ID. Required for 'get_project_item' method. (number, optional)
915
+
-`method`: The method to execute (string, required)
1019
916
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
1020
917
-`owner_type`: Owner type (string, required)
1021
-
-`per_page`: Results per page (max 50) (number, optional)
1022
918
-`project_number`: The project's number. (number, required)
1023
-
-`query`: Query string for advanced filtering of project items using GitHub's project filtering syntax. (string, optional)
1024
919
1025
-
-**list_projects** - List projects
920
+
-**projects_list** - List GitHub Projects resources
-`after`: Forward pagination cursor from previous pageInfo.nextCursor. (string, optional)
1029
924
-`before`: Backward pagination cursor from previous pageInfo.prevCursor (rare). (string, optional)
925
+
-`fields`: Field IDs to include when listing project items (e.g. ["102589", "985201"]). CRITICAL: Always provide to get field values. Without this, only titles returned. Only used for 'list_project_items' method. (string[], optional)
926
+
-`method`: The action to perform (string, required)
1030
927
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
1031
928
-`owner_type`: Owner type (string, required)
1032
929
-`per_page`: Results per page (max 50) (number, optional)
1033
-
-`query`: Filter projects by title text and open/closed state; permitted qualifiers: is:open, is:closed; examples: "roadmap is:open", "is:open feature planning". (string, optional)
930
+
-`project_number`: The project's number. Required for 'list_project_fields' and 'list_project_items' methods. (number, optional)
931
+
-`query`: Filter/query string. For list_projects: filter by title text and state (e.g. "roadmap is:open"). For list_project_items: advanced filtering using GitHub's project filtering syntax. (string, optional)
1034
932
1035
-
-**update_project_item** - Update project item
933
+
-**projects_write** - Modify GitHub Project items
1036
934
-**Required OAuth Scopes**: `project`
1037
-
-`item_id`: The unique identifier of the project item. This is not the issue or pull request ID. (number, required)
935
+
-`item_id`: The project item ID. Required for 'update_project_item' and 'delete_project_item' methods. For add_project_item, this is the numeric ID of the issue or pull request to add. (number, optional)
936
+
-`item_type`: The item's type, either issue or pull_request. Required for 'add_project_item' method. (string, optional)
937
+
-`method`: The method to execute (string, required)
1038
938
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
1039
939
-`owner_type`: Owner type (string, required)
1040
940
-`project_number`: The project's number. (number, required)
1041
-
-`updated_field`: Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set value to null. Example: {"id": 123456, "value": "New Value"}(object, required)
941
+
-`updated_field`: Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set value to null. Example: {"id": 123456, "value": "New Value"}. Required for 'update_project_item' method. (object, optional)
0 commit comments