Overview
Modules are smaller, focused projects that help you group and organize issues within a specific time frame. They allow you to break down your work into manageable chunks and track progress towards specific goals or objectives.
Module Object
Attributes
-
name
string(required)Name of the module
-
description
stringDescription of the module
-
description_html
stringDescription in HTML format
-
start_date
dateStart date of the module
-
target_date
dateEstimated date to complete the module
-
created_at
timestampThe timestamp of the time when the project was created
-
updated_at
timestampThe timestamp of the time when the project was last updated
-
status
It describes the status of the module
The status can be
- backlog
- planned
- in-progress
- paused
- completed
- cancelled
-
view_props
It store the filters and the display properties selected by the user to visualize the issues in the module
-
sort_order
It gives the position of the module at which it should be displayed
-
created_by
,updated_by
uuidThese values are auto saved and represent the id of the user that created or updated the module
-
Project
uuidIt contains projects uuid which is automatically saved.
-
Workspace
uuidIt contains workspace uuid which is automatically saved
-
lead
uuidLead of the module