Query Work Items
workitem_queryQuery work items with SQL-like MQL to list or search across a project. Use project-specific labels for status and enum values.
Instructions
Run an MQL query against a project. Use this for listing or searching work items across a project. The mql argument must be a complete SQL-like MQL string, not just filters or fragments. For select or status filters, use the project actual display labels or configured values instead of assuming generic English constants like OPEN or IN_PROGRESS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mql | Yes | Complete MQL query string. For enum or status conditions, prefer project display labels and single-quoted string values. | |
| session_id | No | Pagination session_id returned by a previous workitem_query call. When provided, mql is typically reused as-is or left consistent with the original query context. | |
| project_key | No | Project key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing. | |
| auto_paginate | No | Set true to let meegle CLI auto-follow response pagination when supported. | |
| group_pagination_list | No | Optional grouped pagination info for continuing a previous query. |