search_worklog
Find and filter worklog entries across issues by author and date range, returning selected fields in text or JSON format.
Instructions
Search worklog entries across all issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional list of additional fields to show. | |
| created_by | No | Filter by author login | |
| created_at_to | No | End date (YYYY-MM-DD or ISO 8601) | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
| created_at_from | No | Start date (YYYY-MM-DD or ISO 8601) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |