Intake allows guests to create work items that admins and members can review and move into a project. Learn more about Intake →Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
Enable Intake
To enable the Intake feature, the user can hit a PATCH request on the project api with the body asThe Intake object
Attribute-
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 -
statusthe status of the work item can be in above mentioned status- -2 - Pending
- -1 - Rejected
- 0 - Snoozed
- 1 - Accepted
- 2 - Duplicate
-
snoozed_tillThe time untill the work item is snoozed. -
sourceThe source describes the type of intake from -
created_by,updated_byuuid These values are auto saved and represent the id of the user that created or updated the module -
Projectuuid It contains projects uuid which is automatically saved. -
Workspaceuuid It contains workspace uuid which is automatically saved. -
inboxintake id of the work item -
issuework item id of the work item -
duplicate_toId of the work item of which the current work item is duplicate of.

