get_sql_query_recipes
Fetch copy-paste SQL recipes for Polarion work item queries. Adapt pre-built joins for custom-field, traceability, or module-scoped queries without hand-writing SQL.
Instructions
Fetch copy-paste SQL recipes for the list_work_items SQL:(...) prefix.
Call this before writing a module-scoped, custom-field, or traceability SQL query, then adapt a recipe instead of hand-writing joins from memory. Returns the table schema plus parameterised recipes as one Markdown document; loaded on demand so it never occupies always-on context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipes | Yes |