Skip to main content
Glama

JIRA MCP Server

jira_get_worklogs

Retrieve all worklog entries for a specific JIRA issue, enabling tracking of time spent, filtering by date range, and managing task data efficiently within the workflow.

Instructions

Get all worklog entries for a specific issue

Input Schema

NameRequiredDescriptionDefault
issueKeyYes
maxResultsNo
startAtNo
startedAfterNo
startedBeforeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issueKey": { "pattern": "^[A-Z]+-\\d+$", "type": "string" }, "maxResults": { "default": 1000, "maximum": 1000, "minimum": 1, "type": "integer" }, "startAt": { "default": 0, "minimum": 0, "type": "integer" }, "startedAfter": { "format": "date-time", "type": "string" }, "startedBefore": { "format": "date-time", "type": "string" } }, "required": [ "issueKey" ], "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