有没有办法设置通过API项目介绍时,包括丰富的文本? 我可以设置描述通过音符属性,但任何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>
}
}