The Module object
Attributes-
namestring(required) Name of the module -
descriptionstring Description of the module -
description_htmlstring Description in HTML format -
start_datedate Start date of the module -
target_datedate Estimated date to complete the module -
created_attimestamp The timestamp of the time when the project was created -
updated_attimestamp The timestamp of the time when the project was last updated -
statusIt describes the status of the module The status can be- backlog
- planned
- in-progress
- paused
- completed
- cancelled
-
view_propsIt store the filters and the display properties selected by the user to visualize the issues in the module -
sort_orderIt gives the position of the module at which it should be displayed -
created_by,updated_byuuid These values are auto saved and represent the id of the user that created or updated the module -
Projectuuid It contains projects uuid which is automatically saved. -
Workspaceuuid It contains workspace uuid which is automatically saved -
leaduuid Lead of the module -
membersstring[] List of member user IDs assigned to the module -
archived_attimestamp The timestamp when the module was archived (if archived) -
logo_propsLogo properties for the module -
description_textDescription in plain text format

