Skip to main content
Glama

JIRA MCP Server

jira_delete_worklog

Remove worklog entries from JIRA issues by specifying the issue key and worklog ID. Integrates with the JIRA MCP Server for direct issue management within the editor.

Instructions

Delete a worklog entry from an issue

Input Schema

NameRequiredDescriptionDefault
issueKeyYes
worklogIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issueKey": { "pattern": "^[A-Z]+-\\d+$", "type": "string" }, "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