Skip to content

Commit 2bbee8b

Browse files
authored
Docs
1 parent 20d45e2 commit 2bbee8b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -874,10 +874,11 @@ The following sets of tools are available:
874874
- `title`: Issue title (string, optional)
875875
- `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)
876876

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)
877+
- **list_issue_fields** - List issue fields
878+
- **Required OAuth Scopes**: `repo`, `read:org`
879+
- **Accepted OAuth Scopes**: `admin:org`, `read:org`, `repo`, `write:org`
880+
- `owner`: The account owner of the repository or organization. The name is not case sensitive. (string, required)
881+
- `repo`: The name of the repository. When provided, returns fields for this specific repository (inherited from its organization). When omitted, returns org-level fields directly. (string, optional)
881882

882883
- **list_issue_types** - List available issue types
883884
- **Required OAuth Scopes**: `read:org`

0 commit comments

Comments
 (0)