MCP Atlassian
by sooperset
jira_add_worklog
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') | |
original_estimate | No | Optional original estimate in Jira format (e.g., '1h 30m', '1d'). This will update the original estimate for the issue. | |
remaining_estimate | No | Optional remaining estimate in Jira format (e.g., '1h', '30m'). This will update the remaining estimate for the issue. | |
started | No | Optional start time in ISO format (e.g. '2023-08-01T12:00:00.000+0000'). If not provided, current time will be used. | |
time_spent | Yes | Time spent in Jira format (e.g., '1h 30m', '1d', '30m') |
Input Schema (JSON Schema)
This server cannot be installed
Other Tools
- confluence_search
- confluence_get_page
- confluence_get_comments
- confluence_create_page
- confluence_update_page
- jira_get_issue
- jira_search
- jira_get_project_issues
- jira_create_issue
- jira_update_issue
- jira_delete_issue
- jira_add_comment
- jira_add_worklog
- jira_get_worklog
- jira_link_to_epic
- jira_get_epic_issues
- jira_get_transitions
- jira_transition_issue