wetrack_list_metadata_fields
Retrieve custom metadata field definitions for WeTrack resources, filtering by resource type, ticket type, or active status. Get paginated lists to inspect available fields.
Instructions
Get all custom metadata field definitions.
Args: resource_type: Filter by resource — 'TICKET', 'PROJECT', or 'SPRINT'. ticket_type: Filter by ticket type — 'EPIC', 'STORY', 'TASK', 'BUG'. Only meaningful when resource_type is 'TICKET'. is_active: Filter by active status. page: Page number (default: 1). limit: Items per page (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| is_active | No | ||
| ticket_type | No | ||
| resource_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |