Get Project Custom Field Values
project_get_custom_field_valuesFetch paginated available values for a custom field by project and field ID. Returns items, total count, page, and size for chunked retrieval.
Instructions
Get available values for a custom field with pagination. Returns { items, total, page, size } so the model can fetch in chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index | |
| size | No | Page size (max 500, default 50) | |
| projectId | Yes | Project ID | |
| customFieldId | Yes | Custom field ID |