create_worklog
Generate a new worklog entry for a specific issue in a project, detailing the work performed, duration, and other essential data to track and manage tasks effectively.
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 |