Content returned by dalec_openproject
Every dalec save in database object with the following attributes:
last_update_dtcreation_dtappcontent_typechannelchannel_objectdj_channel_content_type_iddj_channel_iddj_content_content_type_iddj_content_idcontent_idcontent_data
See the main dalec repository for more information.
Hereafter are detailed the content_data, specific to the openproject content type.
Work package
{
// Content returned by the `projects/{project_id}/work_packages` endpoint
"todo": "fixme"
// Added by the Dalec
"id": "string",
"work_package_url": "string",
"assignee": "string",
"project": {"project_url": "string"},
"created_at": "string",
"last_update_dt": "string"
}