get_case_fields
Fetch test case field definitions for a project to see available fields, types, and dropdown options. Provide project_id for project-specific fields.
Instructions
Get the field schema for test cases for a specific project. You should normally provide project_id to get fields applicable to your project. If you truly need all fields across all projects, you may omit project_id, but this is rarely what you want. Returns available fields with their types and options (for dropdown fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | The project ID to get fields for. This is the primary way to use this tool, as it returns only the fields relevant to your current project. If omitted, returns all fields across all projects. |