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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -663,6 +663,13 @@ The following sets of tools are available (all are on by default):
663
663
-`owner_type`: Owner type (string, required)
664
664
-`project_number`: The project's number (number, required)
665
665
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
+
666
673
-**list_project_fields** - List project fields
667
674
-`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)
0 commit comments