create_task
Create and manage Dart tasks with title, description, priority, tags, size, and assignees. Simplify task organization and collaboration for efficient workflow management.
Instructions
Create a new Dart task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignee_duids | No | List of assignee DUIDs | |
description | Yes | Description of the task | |
priority | No | Priority of the task | |
size | No | Size/complexity of the task (1-5) | |
subscriber_duids | No | List of subscriber DUIDs | |
tags | No | Tags for the task | |
title | Yes | Title of the task |