Skip to main content
Glama

JIRA MCP Server

jira_update_worklog

Modify an existing JIRA worklog entry by updating time spent, comments, or visibility settings directly within the JIRA MCP Server, ensuring accurate issue tracking and time management.

Instructions

Update an existing worklog entry

Input Schema

NameRequiredDescriptionDefault
commentNo
issueKeyYes
startedNo
timeSpentNo
visibilityNo
worklogIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment": { "maxLength": 32767, "type": "string" }, "issueKey": { "pattern": "^[A-Z]+-\\d+$", "type": "string" }, "started": { "format": "date-time", "type": "string" }, "timeSpent": { "minLength": 1, "pattern": "^\\d+[wdhm]$", "type": "string" }, "visibility": { "additionalProperties": false, "properties": { "type": { "enum": [ "group", "role" ], "type": "string" }, "value": { "minLength": 1, "type": "string" } }, "required": [ "type", "value" ], "type": "object" }, "worklogId": { "minLength": 1, "type": "string" } }, "required": [ "issueKey", "worklogId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dsazz/mcp-jira'

If you have feedback or need assistance with the MCP directory API, please join our Discord server