jira_add_worklog
Add a worklog entry to a Jira issue by specifying the issue key, time spent, and optional comment or start time using the MCP Atlassian server.
Instructions
Add a worklog entry to a Jira issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
comment | No | Optional comment for the worklog in Markdown format | |
issue_key | Yes | Jira issue key (e.g., 'PROJ-123') | |
started | No | Optional start time in ISO format. If not provided, the current time will be used. Example: '2023-08-01T12:00:00.000+0000' | |
time_spent | Yes | Time spent in Jira format. Examples: '1h 30m' (1 hour and 30 minutes), '1d' (1 day), '30m' (30 minutes), '4h' (4 hours) |