I create a page by confluence api with content like the follow code, the page has been created success, but I can't see the task in my task list, and after reedit this page by the web , I can see that task in my task list.
POST /rest/api/content :
{
"type":"page",
"title":"Another planning specs with username",
"body":{
"storage":{
"value": "<ac:task-list> <ac:task> <ac:task-status>incomplete</ac:task-status> <ac:task-body> <ac:link><ri:user ri:username='admin' /></ac:link> do something </ac:task-body> </ac:task> </ac:task-list>",
"representation":"storage"
}
},
"space":{"key":"TST"}
}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.