POST   /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/:type_id/issue-properties/
GET    /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/:type_id/issue-properties/
GET    /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/:type_id/issue-properties/:property_id/
PATCH  /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/:type_id/issue-properties/:property_id/
DELETE /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/:type_id/issue-properties/:property_id/

Issue Properties Object

  • workspace uuid

    The workspace which the issue is part of auto generated from backend

  • project uuid

    The project which the issue is part of auto generated from backend

  • created_at , updated_at timestamp

    Timestamp of the issue when it was created and when it was last updated.

  • created_by & updated_by

    This values are auto saved and represent the id of the user that created or the updated the project.

  • external_id & external_source

    This values are auto saved and represent the id of the user that created or the updated the project.