Deprecation noticeWe are deprecating all
31st March 2025What you need to do
To ensure uninterrupted service, replace all
/api/v1/.../inbox-issues/ endpoints in favor of /api/v1/.../intake-issues/.End of support31st March 2025What you need to do
To ensure uninterrupted service, replace all
/inbox-issues/ references with /intake-issues/ in your codebase before the support end date.Intake issue 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 issue can be in above mentioned status- -2 - Pending
- -1 - Rejected
- 0 - Snoozed
- 1 - Accepted
- 2 - Duplicate
-
snoozed_tillThe time untill the issue is snoozed. -
sourceThe source describes the type intake issue 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 issue -
issueissue id of the issue -
duplicate_toId of the issue of which the current issue is duplicate of.

