Skip to main content
Glama

Taiga MCP Bridge

by talhaorak

unassign_issue_from_user

Remove user assignment from a specific issue in Taiga by setting the assigned user to null, ensuring issue ownership is reset for proper management.

Instructions

Unassigns a specific issue (sets assigned user to null).

Input Schema

NameRequiredDescriptionDefault
issue_idYes
session_idYes

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "title": "Issue Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id", "issue_id" ], "title": "unassign_issue_from_userArguments", "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/talhaorak/pytaiga-mcp'

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