Skip to main content
Glama

Tempo Filler MCP Server

Official
by TRANZACT

bulk_post_worklogs

Create multiple time tracking entries in JIRA Tempo from structured data to log hours worked on various issues efficiently.

Instructions

Create multiple worklog entries from a structured format

Input Schema

NameRequiredDescriptionDefault
billableNoWhether the time is billable for all entries (default: true)
worklogsYesArray of worklog entries to create

Input Schema (JSON Schema)

{ "properties": { "billable": { "description": "Whether the time is billable for all entries (default: true)", "type": "boolean" }, "worklogs": { "description": "Array of worklog entries to create", "items": { "properties": { "date": { "description": "Date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "description": { "description": "Work description (optional)", "type": "string" }, "hours": { "description": "Hours worked (decimal)", "maximum": 24, "minimum": 0.1, "type": "number" }, "issueKey": { "description": "JIRA issue key (e.g., PROJ-1234)", "type": "string" } }, "required": [ "issueKey", "hours", "date" ], "type": "object" }, "type": "array" } }, "required": [ "worklogs" ], "type": "object" }

Other Tools from Tempo Filler MCP Server

Related Tools

    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/TRANZACT/tempo-filler-mcp-server'

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