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
@@ -707,6 +707,13 @@ The following sets of tools are available (all are on by default):
707
707
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
708
708
-`query`: Filter projects by a search query (matches title and description) (string, optional)
709
709
710
+
-**update_project_item** - Update project item
711
+
-`item_id`: The numeric ID of the issue or pull request to add to the project. (number, required)
712
+
-`new_field`: Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set this to null. Example: {"id": 123456, "value": "New Value"} (object, required)
713
+
-`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)
714
+
-`owner_type`: Owner type (string, required)
715
+
-`project_number`: The project's number. (number, required)