jira_worklog
List, add, update, and delete worklogs on Jira issues. Supports adjusting remaining estimates.
Instructions
List, add, update, and delete worklogs on an issue. Supports remaining-estimate adjustment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIdOrKey | No | ||
| startAt | No | ||
| maxResults | No | ||
| startedAfter | No | ISO 8601 timestamp | |
| startedBefore | No | ||
| expand | No | ||
| timeSpent | No | ||
| timeSpentSeconds | No | ||
| comment | No | ||
| started | No | ||
| visibility | No | ||
| adjustEstimate | No | ||
| newEstimate | No | ||
| reduceBy | No | ||
| worklogId | No | ||
| increaseBy | No | ||
| action | Yes | ||
| full | No | If true, skip the summary projection and return the raw Jira API response. |