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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -874,6 +874,11 @@ The following sets of tools are available:
874
874
-`title`: Issue title (string, optional)
875
875
-`type`: Type of this issue. Only use if the repository has issue types configured. Use list_issue_types tool to get valid type values for the organization. If the repository doesn't support issue types, omit this parameter. (string, optional)
876
876
877
+
-**list_issue_fields** - List repository issue fields
878
+
-**Required OAuth Scopes**: `repo`
879
+
-`owner`: The account owner of the repository. The name is not case sensitive. (string, required)
880
+
-`repo`: The name of the repository. The name is not case sensitive. (string, required)
881
+
877
882
-**list_issue_types** - List available issue types
"description": "List issue fields for a repository. Returns field definitions including name, type (text, number, date, single_select), and for single_select fields the list of valid option names.",
7
+
"inputSchema": {
8
+
"properties": {
9
+
"owner": {
10
+
"description": "The account owner of the repository. The name is not case sensitive.",
11
+
"type": "string"
12
+
},
13
+
"repo": {
14
+
"description": "The name of the repository. The name is not case sensitive.",
Description: t("TOOL_LIST_ORG_ISSUE_FIELDS_DESCRIPTION", "List issue fields for an organization. Returns field definitions including name, type (text, number, date, single_select), and for single_select fields the list of valid option names."),
88
+
Name: "list_issue_fields",
89
+
Description: t("TOOL_LIST_ISSUE_FIELDS_DESCRIPTION", "List issue fields for a repository. Returns field definitions including name, type (text, number, date, single_select), and for single_select fields the list of valid option names."),
0 commit comments