phabricator_task_create
Create a new Maniphest task with title, description, priority, owner, projects, and custom fields for issue tracking.
Instructions
Create a new Maniphest task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| description | No | Task description (supports Remarkup) | |
| ownerPHID | No | Assigned owner PHID | |
| priority | No | Priority keyword (unbreak, triage, high, normal, low, wish) or numeric value | |
| projectPHIDs | No | Project PHIDs to tag | |
| subscriberPHIDs | No | Subscriber PHIDs | |
| status | No | Initial status | |
| subtype | No | Task subtype (e.g. "default", "incident") | |
| parentPHIDs | No | Parent task PHIDs | |
| subtaskPHIDs | No | Subtask PHIDs | |
| commitPHIDs | No | Commit PHIDs to associate (for actual commits only, not revisions) | |
| revisionIDs | No | Differential revision IDs to link (e.g. ["D223125"] or ["PHID-DREV-xxx"]). Creates a bidirectional link between the revision and the task. | |
| points | No | Story points value (if points are enabled on this instance) | |
| space | No | Space PHID to place the task in (for multi-space installations) | |
| comment | No | Initial comment on the task (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. |