Skip to main content
Glama

Targetprocess MCP Server

update_entity

Modify attributes of a Targetprocess entity, including name, description, status, and assigned user, by specifying the entity type and ID for accurate updates.

Instructions

Update an existing Target Process entity

Input Schema

NameRequiredDescriptionDefault
fieldsYes
idYesID of the entity to update
typeYesType of entity to update

Input Schema (JSON Schema)

{ "properties": { "fields": { "properties": { "assignedUser": { "properties": { "id": { "description": "User ID to assign", "type": "number" } }, "required": [ "id" ], "type": "object" }, "description": { "description": "New description for the entity", "type": "string" }, "name": { "description": "New name for the entity", "type": "string" }, "status": { "properties": { "id": { "description": "Status ID to set", "type": "number" } }, "required": [ "id" ], "type": "object" } }, "type": "object" }, "id": { "description": "ID of the entity to update", "type": "number" }, "type": { "description": "Type of entity to update", "enum": [ "UserStory", "Bug", "Task", "Feature", "Epic", "PortfolioEpic", "Solution", "Request", "Impediment", "TestCase", "TestPlan", "Project", "Team", "Iteration", "TeamIteration", "Release", "Program" ], "type": "string" } }, "required": [ "type", "id", "fields" ], "type": "object" }
Install Server

Other Tools from Targetprocess MCP Server

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/aaronsb/apptio-target-process-mcp'

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