workspace-slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL:
my-team.
Project Object
Attributes-
namestring (required) Name of the project -
identifierstring (required) Unique Identifier of project for the workspace -
descriptionstring Project description -
total_membersinteger Total members present in the project. -
total_cyclesinteger Total number of cycles present in the project. -
total_modulesinteger Total number of modules present in the project. -
is_memberboolean The current requesting user is a member of the project or not -
member_roleinteger The current requesting users role in the project. -
is_deployedinteger Represents if the project is deployed and publicly visible. -
created_attimestamp The timestamp of the time when the project was created -
updated_attimestamp The timestamp of the time when the project was last updated -
networkinteger Is the project public or secret it takes in two values either (0,2)- 0 - Secret
- 2 - Public
-
emojistring HTML emoji DEX code without the&# -
icon_propjson saves the data of the project icon -
module_viewbool Enable disable module for the project in the UI -
cycle_viewbool Enable disable cycle for the project in the UI -
inbox_viewbool Enable disable intake for the project in the UI -
page_viewbool Enable disable pages for the project in the UI -
issue_views_viewbool Enable disable project views for the project in the UI -
cover_imageurl URL for the image for the project cover -
archive_ininteger Months in which the issue should be automatically archived can take values between (0,12) -
close_ininteger Months in which the issue should be auto closed can take values between (0,12) -
created_by,updated_byuuid This values are auto saved and represent the id of the user that created or the updated the project -
workspaceuuid The workspace uuid where the project is created saved automatically -
default_assigneeuuid The uuid of the user who is a workspace member that have issues assigned automatically if the issue does not have any assignee -
project_leaduuid The uuid of the user who is a workspace member that leads the project -
estimateuuid UUID of the estimate of the project -
default_stateDefault state which will be used when the issues will be auto closed

