Skip to content

Commit a770719

Browse files
committed
update docs
1 parent 06270c7 commit a770719

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)