Skip to main content
Glama

confluence-mcp

transition_jira_issue

Update the status of a Jira issue by specifying its issue key and transition ID to manage workflow progression efficiently in Confluence MCP.

Instructions

Change the status of a Jira issue

Input Schema

NameRequiredDescriptionDefault
issueKeyYesIssue key (e.g. PROJ-123)
transitionIdYesTransition ID to change the issue status

Input Schema (JSON Schema)

{ "properties": { "issueKey": { "description": "Issue key (e.g. PROJ-123)", "type": "string" }, "transitionId": { "description": "Transition ID to change the issue status", "type": "string" } }, "required": [ "issueKey", "transitionId" ], "type": "object" }

You must be authenticated.

Other Tools from confluence-mcp

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/zereight/confluence-mcp'

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