create_module
Creates a new module in a project. Provide project ID, module name, and optional details like description, dates, status, lead, and members.
Instructions
Create a new module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| name | Yes | Module name | |
| description | No | Module description | |
| start_date | No | Module start date (ISO 8601 format) | |
| target_date | No | Module target/end date (ISO 8601 format) | |
| status | No | Module status (backlog, planned, in-progress, paused, completed, cancelled) | |
| lead | No | UUID of the user who leads the module | |
| members | No | List of user IDs who are members of the module | |
| external_source | No | External system source name | |
| external_id | No | External system identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| total_issues | No | ||
| cancelled_issues | No | ||
| completed_issues | No | ||
| started_issues | No | ||
| unstarted_issues | No | ||
| backlog_issues | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| name | Yes | ||
| description | No | ||
| description_text | No | ||
| description_html | No | ||
| start_date | No | ||
| target_date | No | ||
| status | No | ||
| view_props | No | ||
| sort_order | No | ||
| external_source | No | ||
| external_id | No | ||
| archived_at | No | ||
| logo_props | No | ||
| created_by | No | ||
| updated_by | No | ||
| project | No | ||
| workspace | No | ||
| lead | No |