Overview
Projects organize your team's work within a workspace. Each project contains work items, cycles, modules, and other resources.
The Project Object
Attributes
namestring (required)Name of the project
identifierstring (required)Unique Identifier of project for the workspace
descriptionstringProject description
total_membersintegerTotal members present in the project.
total_cyclesintegerTotal number of cycles present in the project.
total_modulesintegerTotal number of modules present in the project.
is_memberbooleanThe current requesting user is a member of the project or not
member_roleintegerThe current requesting users role in the project.
is_deployedintegerRepresents if the project is deployed and publicly visible.
created_attimestampThe timestamp of the time when the project was created
updated_attimestampThe timestamp of the time when the project was last updated
networkintegerIs the project public or secret it takes in two values either (0,2)
- 0 - Secret
- 2 - Public
emojistringHTML emoji DEX code without the
&#icon_propjsonsaves the data of the project icon
module_viewboolEnable disable module for the project in the UI
cycle_viewboolEnable disable cycle for the project in the UI
inbox_viewboolEnable disable intake for the project in the UI
page_viewboolEnable disable pages for the project in the UI
issue_views_viewboolEnable disable project views for the project in the UI
cover_imageurlURL for the image for the project cover
archive_inintegerMonths in which the issue should be automatically archived can take values between (0,12)
close_inintegerMonths in which the issue should be auto closed can take values between (0,12)
created_by,updated_byuuidThis values are auto saved and represent the id of the user that created or the updated the project
workspaceuuidThe workspace uuid where the project is created saved automatically
default_assigneeuuidThe uuid of the user who is a workspace member that have issues assigned automatically if the issue does not have any assignee
project_leaduuidThe uuid of the user who is a workspace member that leads the project
estimateuuidUUID of the estimate of the project
default_stateDefault state which will be used when the issues will be auto closed
{
"id": "00918ea1-52f7-48bd-abe3-d3efe76ff7dd",
"total_members": 1,
"total_cycles": 0,
"total_modules": 0,
"is_member": true,
"member_role": 20,
"is_deployed": false,
"created_at": "2023-11-19T10:40:15.426652Z",
"updated_at": "2023-11-19T10:40:15.426672Z",
"name": "Project X",
"description": "",
"description_text": null,
"description_html": null,
"network": 2,
"identifier": "PROJX",
"emoji": null,
"icon_prop": null,
"module_view": true,
"cycle_view": true,
"issue_views_view": true,
"page_view": true,
"inbox_view": false,
"cover_image": null,
"archive_in": 0,
"close_in": 0,
"created_by": "16c61a3a-512a-48ac-b0be-b6b46fe6f430",
"updated_by": "16c61a3a-512a-48ac-b0be-b6b46fe6f430",
"workspace": "cd4ab5a2-1a5f-4516-a6c6-8da1a9fa5be4",
"default_assignee": null,
"project_lead": "16c61a3a-512a-48ac-b0be-b6b46fe6f430",
"estimate": null,
"default_state": null
}
