POST   /api/v1/workspaces/:slug/projects/:project_id/modules/:module_id/module-issues/
GET    /api/v1/workspaces/:slug/projects/:project_id/modules/:module_id/module-issues/
DELETE /api/v1/workspaces/:slug/projects/:project_id/modules/:module_id/module-issues/:issue_id/

Module Issue Object

For creating a module issue, the payload should be sent in the below format.

{
  "issues": ["d2e49a6e-e315-4b38-aecc-71c8c709ca6a"]
}
  • sub_issues_count

    It tells the count of sub issues of the issue

  • 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

  • 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

  • module uuid

    Module id of which the issue belongs to

  • issue uuid

    Issue id of the issue