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) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Atlassian
- confluence_attach_content
- confluence_create_page
- confluence_delete_page
- confluence_get_comments
- confluence_get_page
- confluence_get_page_ancestors
- confluence_get_page_children
- confluence_search
- confluence_update_page
- jira_add_comment
- jira_add_worklog
- jira_create_issue
- jira_delete_issue
- jira_download_attachments
- jira_get_agile_boards
- jira_get_board_issues
- jira_get_epic_issues
- jira_get_issue
- jira_get_project_issues
- jira_get_sprint_issues
- jira_get_sprints_from_board
- jira_get_transitions
- jira_get_worklog
- jira_link_to_epic
- jira_search
- jira_transition_issue
- jira_update_issue
Related Tools
- @sooperset/mcp-atlassian
- @1broseidon/mcp-jira-server
- @sooperset/mcp-atlassian
- @sooperset/mcp-atlassian
- @George5562/Jira-MCP-Server