list_project_fields
Retrieve all fields within a GitHub project to manage custom attributes, track tasks, and organize workflows effectively using GitHub Projects V2 integration.
Instructions
List all fields in a GitHub project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}