{
  "id": "d6af3c13-3459-43ab-b91c-c33ef2fd7131",
  "name": "Postman issue type",
  "description": "Postman issue type description",
  "logo_props": {},
  "level": 0,
  "is_active": true,
  "is_default": false,
  "deleted_at": null,
  "workspace": "70b6599f-9313-4c0d-b5c0-406a13a05647",
  "project": "", // missing
  "created_by": "9d6d1ecd-bf73-4169-80c8-7dee79b217f4",
  "updated_by": "9d6d1ecd-bf73-4169-80c8-7dee79b217f4",
  "created_at": "2024-10-23T06:54:46.169344Z",
  "updated_at": "2024-10-23T06:54:46.169390Z"
  "external_id": null,
  "external_source": null,
}
POST   /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/
GET    /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/
GET    /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/:type_id/
PATCH  /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/:type_id/
DELETE /api/v1/workspaces/:workspace-slug/projects/:project_id/issue-types/:type_id/

Issue Types 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.

{
  "id": "d6af3c13-3459-43ab-b91c-c33ef2fd7131",
  "name": "Postman issue type",
  "description": "Postman issue type description",
  "logo_props": {},
  "level": 0,
  "is_active": true,
  "is_default": false,
  "deleted_at": null,
  "workspace": "70b6599f-9313-4c0d-b5c0-406a13a05647",
  "project": "", // missing
  "created_by": "9d6d1ecd-bf73-4169-80c8-7dee79b217f4",
  "updated_by": "9d6d1ecd-bf73-4169-80c8-7dee79b217f4",
  "created_at": "2024-10-23T06:54:46.169344Z",
  "updated_at": "2024-10-23T06:54:46.169390Z"
  "external_id": null,
  "external_source": null,
}