phabricator_project_edit
Create new Phabricator projects or edit existing ones by updating name, description, icon, color, members, space, parent, milestone, or slug.
Instructions
Create or edit a Phabricator project. Omit objectIdentifier to create a new project (name is required for creation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectIdentifier | No | Project PHID or ID. Omit to create a new project. | |
| name | No | New name | |
| description | No | Project description (supports Remarkup) | |
| icon | No | New icon | |
| color | No | New color | |
| addMemberPHIDs | No | Add members | |
| removeMemberPHIDs | No | Remove members | |
| space | No | Space PHID (for multi-space installations) | |
| parent | No | Parent project PHID (to create as a subproject) | |
| milestone | No | Parent project PHID (to create as a milestone of that project) | |
| slug | No | Project URL slug (replaces ALL existing slugs with this one) |