IntelliPlan

executeItem

Initiate and manage task execution within IntelliPlan by specifying Epic or Task IDs, execution modes, storage paths, and associated workflow options for automated or manual processes.

Instructions

Executes or provides guidance for executing an Epic or Task.

Input Schema

NameRequiredDescriptionDefault
additionalContextNo
basePathYesFULL directory path for storage (required, e.g., '/path/to/storage')
documentFindingsNo
epicIdNoID of the target Epic
executionModeNoauto
markInProgressNo
requireFileAssociationNo
taskIdNoID of the target Task within an Epic

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "additionalContext": { "type": "string" }, "basePath": { "description": "FULL directory path for storage (required, e.g., '/path/to/storage')", "type": "string" }, "documentFindings": { "default": true, "type": "boolean" }, "epicId": { "description": "ID of the target Epic", "format": "uuid", "type": "string" }, "executionMode": { "default": "auto", "enum": [ "auto", "manual", "subtasks" ], "type": "string" }, "markInProgress": { "default": true, "type": "boolean" }, "requireFileAssociation": { "default": true, "type": "boolean" }, "taskId": { "description": "ID of the target Task within an Epic", "format": "uuid", "type": "string" } }, "required": [ "basePath" ], "type": "object" }

You must be authenticated.

Other Tools from IntelliPlan

Related Tools

ID: v53917zvgp