get_case_fields
Retrieve the field schema for test cases in a specific TestRail project, including field types and dropdown options. Provide a project_id to get only relevant 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. |