Skip to main content
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. Learn more about Modules →

The Module object

Attributes
  • name string(required) Name of the module
  • description string Description of the module
  • description_html string Description in HTML format
  • start_date date Start date of the module
  • target_date date Estimated date to complete the module
  • created_at timestamp The timestamp of the time when the project was created
  • updated_at timestamp The 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 uuid These values are auto saved and represent the id of the user that created or updated the module
  • Project uuid It contains projects uuid which is automatically saved.
  • Workspace uuid It contains workspace uuid which is automatically saved
  • lead uuid Lead of the module
  • members string[] List of member user IDs assigned to the module
  • archived_at timestamp The timestamp when the module was archived (if archived)
  • logo_props Logo properties for the module
  • description_text Description in plain text format