quire.createSublist
Add a new sublist to any organization, project, folder, or smart-folder. Specify name, tasks, and dates to group related items and streamline project organization.
Instructions
Create a new sublist in an organization, project, folder, or smart-folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ownerType | Yes | The type of owner: 'organization', 'project', 'folder', or 'smart-folder' | |
| ownerId | Yes | The owner ID (e.g., 'my-org' or 'my-project') or OID | |
| name | Yes | The sublist name | |
| id | No | Custom ID for this sublist. If omitted, Quire generates one automatically. Must be unique within the project. | |
| description | No | The sublist description | |
| includes | No | List of task OIDs to include in this sublist. All descendants of the specified tasks will be included as well. | |
| iconColor | No | Icon color index from Quire's predefined palette | |
| image | No | Icon image identifier (e.g., 'icon-view-list', 'icon-briefcase-o', etc.) | |
| partner | No | OID of the external team this sublist belongs to | |
| start | No | Target start date (ISO 8601 format, e.g., '2024-01-02') | |
| due | No | Target due date (ISO 8601 format, e.g., '2024-05-25') |