File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -804,8 +804,14 @@ The following sets of tools are available:
804804
805805- ** create_issue_ui** - Create issue form
806806 - ** Required OAuth Scopes** : ` repo `
807- - ` owner ` : Repository owner (string, required)
807+ - ` assignees ` : Pre-select assignees by username. Use list_assignees to get valid usernames for the repository. (string[ ] , optional)
808+ - ` body ` : Pre-fill the issue body content (supports GitHub Flavored Markdown) (string, optional)
809+ - ` labels ` : Pre-select labels by name. Use list_label to get valid label names for the repository. (string[ ] , optional)
810+ - ` milestone ` : Pre-select milestone by number. Use list_milestones to get valid milestone numbers for the repository. (number, optional)
811+ - ` owner ` : Repository owner (user or organization) (string, required)
808812 - ` repo ` : Repository name (string, required)
813+ - ` title ` : Pre-fill the issue title (string, optional)
814+ - ` type ` : Pre-select issue type by name. Use list_issue_types to get valid types for the organization. (string, optional)
809815
810816- ** get_label** - Get a specific label from a repository.
811817 - ** Required OAuth Scopes** : ` repo `
You can’t perform that action at this time.
0 commit comments