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
-`after_id`: The ID of the sub-issue to place this after (either after_id OR before_id should be specified) (number, optional)
915
+
-`before_id`: The ID of the sub-issue to place this before (either after_id OR before_id should be specified) (number, optional)
916
+
-`issue_number`: The parent issue number (number, required)
917
+
-`owner`: Repository owner (username or organization) (string, required)
918
+
-`repo`: Repository name (string, required)
919
+
-`sub_issue_id`: The ID of the sub-issue to reorder. ID is not the same as issue number (number, required)
920
+
890
921
-**search_issues** - Search issues
891
922
-**Required OAuth Scopes**: `repo`
892
923
-`order`: Sort order (string, optional)
@@ -897,6 +928,13 @@ The following sets of tools are available:
897
928
-`repo`: Optional repository name. If provided with owner, only issues for this repository are listed. (string, optional)
898
929
-`sort`: Sort field by number of matches of categories, defaults to best match (string, optional)
899
930
931
+
-**set_issue_fields** - Set Issue Fields
932
+
-**Required OAuth Scopes**: `repo`
933
+
-`fields`: Array of issue field values to set. Each element must have a 'field_id' (string, the GraphQL node ID of the field) and exactly one value field: 'text_value' for text fields, 'number_value' for number fields, 'date_value' (ISO 8601 date string) for date fields, or 'single_select_option_id' (the GraphQL node ID of the option) for single select fields. Set 'delete' to true to remove a field value. (object[], required)
934
+
-`issue_number`: The issue number to update (number, required)
935
+
-`owner`: Repository owner (username or organization) (string, required)
936
+
-`repo`: Repository name (string, required)
937
+
900
938
-**sub_issue_write** - Change sub-issue
901
939
-**Required OAuth Scopes**: `repo`
902
940
-`after_id`: The ID of the sub-issue to be prioritized after (either after_id OR before_id should be specified) (number, optional)
@@ -913,6 +951,57 @@ The following sets of tools are available:
913
951
-`repo`: Repository name (string, required)
914
952
-`sub_issue_id`: The ID of the sub-issue to add. ID is not the same as issue number (number, required)
-`issue_number`: The issue number to update (number, required)
978
+
-`milestone`: The milestone number to set on the issue (integer, required)
979
+
-`owner`: Repository owner (username or organization) (string, required)
980
+
-`repo`: Repository name (string, required)
981
+
982
+
-**update_issue_state** - Update Issue State
983
+
-**Required OAuth Scopes**: `repo`
984
+
-`issue_number`: The issue number to update (number, required)
985
+
-`owner`: Repository owner (username or organization) (string, required)
986
+
-`repo`: Repository name (string, required)
987
+
-`state`: The new state for the issue (string, required)
988
+
-`state_reason`: The reason for the state change (only for closed state) (string, optional)
989
+
990
+
-**update_issue_title** - Update Issue Title
991
+
-**Required OAuth Scopes**: `repo`
992
+
-`issue_number`: The issue number to update (number, required)
993
+
-`owner`: Repository owner (username or organization) (string, required)
994
+
-`repo`: Repository name (string, required)
995
+
-`title`: The new title for the issue (string, required)
996
+
997
+
-**update_issue_type** - Update Issue Type
998
+
-**Required OAuth Scopes**: `repo`
999
+
-`issue_number`: The issue number to update (number, required)
1000
+
-`issue_type`: The issue type to set (string, required)
1001
+
-`owner`: Repository owner (username or organization) (string, required)
1002
+
-`rationale`: One concise sentence explaining what specifically about the issue led you to choose this type. State the concrete signal (e.g. 'Reports a crash when saving' → bug, 'Asks for dark mode support' → feature). (string, optional)
1003
+
-`repo`: Repository name (string, required)
1004
+
916
1005
</details>
917
1006
918
1007
<details>
@@ -1065,6 +1154,19 @@ The following sets of tools are available:
1065
1154
-`startSide`: For multi-line comments, the starting side of the diff that the comment applies to. LEFT indicates the previous state, RIGHT indicates the new state (string, optional)
1066
1155
-`subjectType`: The level at which the comment is targeted (string, required)
-`owner`: Repository owner (username or organization) (string, required)
1201
+
-`pullNumber`: The pull request number (number, required)
1202
+
-`repo`: Repository name (string, required)
1203
+
1087
1204
-**list_pull_requests** - List pull requests
1088
1205
-**Required OAuth Scopes**: `repo`
1089
1206
-`base`: Filter by base branch (string, optional)
@@ -1136,6 +1253,17 @@ The following sets of tools are available:
1136
1253
-`repo`: Repository name (string, required)
1137
1254
-`threadId`: The node ID of the review thread (e.g., PRRT_kwDOxxx). Required for resolve_thread and unresolve_thread methods. Get thread IDs from pull_request_read with method get_review_comments. (string, optional)
0 commit comments