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)
922
+
-`before_id`: The ID of the sub-issue to place this before (either after_id OR before_id should be specified) (number, optional)
923
+
-`issue_number`: The parent issue number (number, required)
924
+
-`owner`: Repository owner (username or organization) (string, required)
925
+
-`repo`: Repository name (string, required)
926
+
-`sub_issue_id`: The ID of the sub-issue to reorder. ID is not the same as issue number (number, required)
927
+
897
928
-**search_issues** - Search issues
898
929
-**Required OAuth Scopes**: `repo`
899
930
-`order`: Sort order (string, optional)
@@ -904,6 +935,13 @@ The following sets of tools are available:
904
935
-`repo`: Optional repository name. If provided with owner, only issues for this repository are listed. (string, optional)
905
936
-`sort`: Sort field by number of matches of categories, defaults to best match (string, optional)
906
937
938
+
-**set_issue_fields** - Set Issue Fields
939
+
-**Required OAuth Scopes**: `repo`
940
+
-`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)
941
+
-`issue_number`: The issue number to update (number, required)
942
+
-`owner`: Repository owner (username or organization) (string, required)
943
+
-`repo`: Repository name (string, required)
944
+
907
945
-**sub_issue_write** - Change sub-issue
908
946
-**Required OAuth Scopes**: `repo`
909
947
-`after_id`: The ID of the sub-issue to be prioritized after (either after_id OR before_id should be specified) (number, optional)
@@ -920,6 +958,57 @@ The following sets of tools are available:
920
958
-`repo`: Repository name (string, required)
921
959
-`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)
985
+
-`milestone`: The milestone number to set on the issue (integer, required)
986
+
-`owner`: Repository owner (username or organization) (string, required)
987
+
-`repo`: Repository name (string, required)
988
+
989
+
-**update_issue_state** - Update Issue State
990
+
-**Required OAuth Scopes**: `repo`
991
+
-`issue_number`: The issue number to update (number, required)
992
+
-`owner`: Repository owner (username or organization) (string, required)
993
+
-`repo`: Repository name (string, required)
994
+
-`state`: The new state for the issue (string, required)
995
+
-`state_reason`: The reason for the state change (only for closed state) (string, optional)
996
+
997
+
-**update_issue_title** - Update Issue Title
998
+
-**Required OAuth Scopes**: `repo`
999
+
-`issue_number`: The issue number to update (number, required)
1000
+
-`owner`: Repository owner (username or organization) (string, required)
1001
+
-`repo`: Repository name (string, required)
1002
+
-`title`: The new title for the issue (string, required)
1003
+
1004
+
-**update_issue_type** - Update Issue Type
1005
+
-**Required OAuth Scopes**: `repo`
1006
+
-`issue_number`: The issue number to update (number, required)
1007
+
-`issue_type`: The issue type to set (string, required)
1008
+
-`owner`: Repository owner (username or organization) (string, required)
1009
+
-`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)
1010
+
-`repo`: Repository name (string, required)
1011
+
923
1012
</details>
924
1013
925
1014
<details>
@@ -1072,6 +1161,19 @@ The following sets of tools are available:
1072
1161
-`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)
1073
1162
-`subjectType`: The level at which the comment is targeted (string, required)
-`owner`: Repository owner (username or organization) (string, required)
1208
+
-`pullNumber`: The pull request number (number, required)
1209
+
-`repo`: Repository name (string, required)
1210
+
1094
1211
-**list_pull_requests** - List pull requests
1095
1212
-**Required OAuth Scopes**: `repo`
1096
1213
-`base`: Filter by base branch (string, optional)
@@ -1143,6 +1260,17 @@ The following sets of tools are available:
1143
1260
-`repo`: Repository name (string, required)
1144
1261
-`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