通过API设置项目描述时,有没有办法包含富文本?我可以通过notes属性设置描述,但任何HTML都呈现为纯文本。我也尝试过使用html_text。
样品申请:
{
"data": {
"name": "Test project",
"notes": "<strong>Sample project description</strong>",
"html_text": "<strong>Sample project description</strong>",
"team": <team_number>,
"workspace": <workspace_id>
}
}
答案 0 :(得分:1)
原则上,您正走在正确的轨道上。但是,有几个问题:
notes
(请参阅https://asana.com/developers/api-reference/projects),因此富文本字段为html_notes
。html_notes
。虽然这可能会在将来发生变化,但我担心我不能在何时可能发生这种情况 - 我们的路线图上有很多。html_text
和html_notes
尚未获得官方支持的字段,其行为可能会发生变化。如果您想立即利用,请注意它对HTML的格式非常非常苛刻。