Skip to content

Commit fe1dab5

Browse files
authored
Docs
1 parent e76e309 commit fe1dab5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,13 @@ The following sets of tools are available (all are on by default):
663663
- `owner_type`: Owner type (string, required)
664664
- `project_number`: The project's number (number, required)
665665

666+
- **get_project_field** - Get project field
667+
- `field_id`: The field's id. (number, required)
668+
- `owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
669+
- `owner_type`: Owner type (string, required)
670+
- `per_page`: Number of results per page (max 100, default: 30) (number, optional)
671+
- `projectNumber`: The project's number. (number, required)
672+
666673
- **list_project_fields** - List project fields
667674
- `owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
668675
- `owner_type`: Owner type (string, required)

0 commit comments

Comments
 (0)