Skip to main content
Glama

JIRA MCP Server

jira_add_worklog

Track time spent on JIRA issues directly from your IDE. Add worklog entries with issue key, time spent, optional comment, start time, and visibility settings using the JIRA MCP Server integration.

Instructions

Add a worklog entry to track time spent on an issue

Input Schema

NameRequiredDescriptionDefault
commentNo
issueKeyYes
startedNo
timeSpentYes
visibilityNo

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" } }, "required": [ "issueKey", "timeSpent" ], "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