phabricator_task_edit
Modify an existing Phabricator Maniphest task's title, description, status, priority, owner, projects, subscribers, and associated commits or revisions. Supports custom fields and workboard column moves.
Instructions
Edit an existing Maniphest task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectIdentifier | Yes | Task PHID or ID (e.g., "T123" or PHID) | |
| title | No | New title | |
| description | No | New description | |
| ownerPHID | No | New owner PHID (null to unassign) | |
| priority | No | New priority | |
| status | No | New status: open, resolved, wontfix, invalid, spite, duplicate | |
| subtype | No | Task subtype (e.g. "default", "incident") | |
| addProjectPHIDs | No | Project PHIDs to add | |
| removeProjectPHIDs | No | Project PHIDs to remove | |
| addSubscriberPHIDs | No | Subscriber PHIDs to add | |
| removeSubscriberPHIDs | No | Subscriber PHIDs to remove | |
| addParentPHIDs | No | Parent task PHIDs to add | |
| removeParentPHIDs | No | Parent task PHIDs to remove | |
| addSubtaskPHIDs | No | Subtask PHIDs to add | |
| removeSubtaskPHIDs | No | Subtask PHIDs to remove | |
| addCommitPHIDs | No | Commit PHIDs to associate (for actual commits only, not revisions) | |
| removeCommitPHIDs | No | Commit PHIDs to disassociate (for actual commits only, not revisions) | |
| addRevisionIDs | No | Differential revision IDs to link (e.g. ["D223125"] or ["PHID-DREV-xxx"]). Creates a bidirectional link between the revision and the task. | |
| removeRevisionIDs | No | Differential revision IDs to unlink (e.g. ["D223125"] or ["PHID-DREV-xxx"]). | |
| points | No | Story points value (null to clear) | |
| columnPHID | No | Move to workboard column | |
| space | No | Space PHID to move the task to (for multi-space installations) | |
| comment | No | Add a comment alongside the edit (supports Remarkup) | |
| customFields | No | Custom field transactions. Keys are transaction types (e.g. "custom.my-field"), values are the field values. Check your Phabricator Conduit console (conduit/method/maniphest.edit/) for available fields. |