MCP Atlassian

jira_get_worklog

Get worklog entries for a Jira issue

Input Schema

NameRequiredDescriptionDefault
issue_keyYesJira issue key (e.g., 'PROJ-123')

Input Schema (JSON Schema)

{ "properties": { "issue_key": { "description": "Jira issue key (e.g., 'PROJ-123')", "type": "string" } }, "required": [ "issue_key" ], "type": "object" }