atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

How to add task list in a confluence page ? #1315

Closed root3200 closed 2 months ago

root3200 commented 5 months ago

Hello everyone

Is there any way to add a task list and have confluence interpret the format, in the documentation I found this method

Add inline task setting checkbox method

confluence.set_inline_tasks_checkbox(page_id, task_id, status)

But I don't know how to apply it or if it is the right one for what I want to do.

Example, I have a .MD file with the following content:

The content is applied in the confluence page but it is not formatted in the correct way.

Thanks for your help

Captura de pantalla (83)