List Work Item Fields
workitem_meta_fieldsList field configuration for a work item type to discover valid field keys, types, and options before creating or updating work items, preventing invalid field errors.
Instructions
List field configuration for a work item type in a project. Use this before workitem_create or workitem_update to discover valid field_key values, field types, and options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_num | No | ||
| field_keys | No | Optional exact field keys or field names to narrow the result. | |
| field_query | No | Optional fuzzy search on field key or field name. | |
| project_key | No | Project key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing. | |
| work_item_type | Yes | Type key such as story, issue, or sub_task. |