Taiga MCP Bridge

by talhaorak
Verified

assign_issue_to_user

Assigns a specific issue to a designated user in Taiga project management, ensuring task ownership and workflow clarity through the MCP Bridge integration.

Instructions

Assigns a specific issue to a specific user.

Input Schema

NameRequiredDescriptionDefault
issue_idYes
session_idYes
user_idYes

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "title": "Issue Id", "type": "integer" }, "session_id": { "title": "Session Id", "type": "string" }, "user_id": { "title": "User Id", "type": "integer" } }, "required": [ "session_id", "issue_id", "user_id" ], "title": "assign_issue_to_userArguments", "type": "object" }
ID: bd5ajys5zl