Skip to main content
Glama

manage_issues

Perform Jira issue operations including create, update, assign, transition, comment, link, and track changes to manage project workflows.

Instructions

Unified tool for Jira issue operations. Actions: 'get', 'list_types', 'get_links', 'get_history', 'create', 'update', 'assign', 'transition', 'add_comment', 'edit_comment', 'list_comments', 'delete', 'link', 'list_link_types', 'get_watchers', 'add_watcher', 'remove_watcher', 'move'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'get', 'list_types', 'get_links', 'get_history', 'create', 'update', 'assign', 'transition', 'add_comment', 'edit_comment', 'list_comments', 'delete', 'link', 'list_link_types', 'get_watchers', 'add_watcher', 'remove_watcher', 'move'
issue_keyNoJira issue key (e.g., PROJ-123). Required for most actions
project_keyNoProject key (for 'create', 'list_types')
project_idNoProject ID (for 'list_types' — use project_key or project_id)
summaryNoIssue summary/title (for 'create', 'update')
descriptionNoIssue description in markdown (for 'create', 'update'). Supports: # headings, **bold**, *italic*, ~~strikethrough~~, [links](url), - bullet lists, 1. numbered lists, > blockquotes, tables, and fenced code blocks. URLs are auto-linked.
issue_typeNoIssue type: Story, Bug, Task, Epic, Sub-task (for 'create')
priorityNoPriority: Highest, High, Medium, Low, Lowest (for 'create', 'update')
assignee_idNoAssignee account ID (for 'create', 'update', 'assign'). Use 'unassigned' to remove
parent_keyNoParent issue key (for 'create')
labelsNoComma-separated labels (for 'create', 'update')
componentsNoComma-separated component names (for 'create', 'update')
fix_versionsNoComma-separated fix version names (for 'create', 'update')
due_dateNoDue date in YYYY-MM-DD format (for 'create', 'update')
transitionNoTarget transition name (for 'transition'), e.g. 'In Progress', 'Done'
commentNoComment body in markdown (for 'add_comment', 'edit_comment', 'link'). Supports: **bold**, *italic*, ~~strikethrough~~, [links](url), - lists, > blockquotes, and fenced code blocks. URLs are auto-linked.
comment_idNoComment ID (required for 'edit_comment')
link_typeNoLink type name (for 'link'), e.g. 'Blocks', 'Duplicate', 'Relates'
inward_keyNoInward issue key (for 'link') — the issue that IS affected
outward_keyNoOutward issue key (for 'link') — the issue that CAUSES the effect
target_project_keyNoTarget project key (for 'move'). Only works with company-managed (classic) projects
target_issue_typeNoTarget issue type name (for 'move'), e.g. 'Story', 'Task'. Optional — keeps current type if omitted
start_atNoPagination start (for 'list_comments', 'get_history')
max_resultsNoMax results to return

Latest Blog Posts

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/zach-snell/jtk'

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