create_worklog
Log work time against an issue by supplying project and issue IDs, a description, and duration in minutes. Tracks time spent to support project management and reporting.
Instructions
Create a new worklog for an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The uuid identifier of the issue to create worklog for | |
| project_id | Yes | The uuid identifier of the project containing the issue | |
| worklog_data | Yes | The data for creating the worklog |