Skip to main content
Glama

mcp-jira-stdio

jira_create_subtask

Create subtasks under existing Jira issues to break down work into manageable components. Set priority, assignee, labels, and components while automatically detecting project context.

Instructions

Creates a subtask under an existing parent issue. Automatically determines the correct project and subtask issue type. Supports setting priority, assignee, labels, and components.

Input Schema

NameRequiredDescriptionDefault
assigneeNoAssignee account ID (optional)
componentsNoComponent names (optional)
descriptionNoDetailed subtask description (optional)
labelsNoSubtask labels (optional)
parentIssueKeyYesParent issue key (e.g., PROJECT-123)
priorityNoSubtask priority name (e.g., High, Medium, Low) - optional
summaryYesSubtask summary/title

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "Assignee account ID (optional)", "type": "string" }, "components": { "default": [], "description": "Component names (optional)", "items": { "type": "string" }, "type": "array" }, "description": { "description": "Detailed subtask description (optional)", "type": "string" }, "labels": { "default": [], "description": "Subtask labels (optional)", "items": { "type": "string" }, "type": "array" }, "parentIssueKey": { "description": "Parent issue key (e.g., PROJECT-123)", "type": "string" }, "priority": { "description": "Subtask priority name (e.g., High, Medium, Low) - optional", "type": "string" }, "summary": { "description": "Subtask summary/title", "minLength": 1, "type": "string" } }, "required": [ "parentIssueKey", "summary" ], "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/freema/mcp-jira-stdio'

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