Skip to main content
Glama

JIRA MCP Server

worklog.models.ts611 B
/** * Worklog Domain Models * * Types specific to JIRA worklog operations and time tracking */ import type { ADFDocument, ADFNode, } from "@features/jira/shared/parsers/adf.parser"; import type { User } from "@features/jira/users/models"; /** * Worklog entry */ export interface WorklogEntry { self?: string; author?: User; updateAuthor?: User; comment?: ADFDocument | ADFNode | string; created?: string; updated?: string; visibility?: { type: string; value: string; }; started: string; timeSpent: string; timeSpentSeconds: number; id?: string; issueId?: string; }

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