get_project_worklog_summary
Get a summary of work logs for a project, including work item IDs and durations.
Instructions
Get work log summary for a project.
Args: workspace_slug: The workspace slug identifier project_id: UUID of the project
Returns: List of ProjectWorklogSummary objects containing work item IDs and durations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |