All the tasks are recorded on the Confluence page in the tabular format. Now I'm looking to pull the report of the 'Completed' and 'In-progress' tasks. Is it possible to pull such report from the Confluence page?
Hi @Reena Yadav --
Maybe the Task Report Macro might work for your needs?
As @John Funk correctly points out, if the tasks are all in Confluence, you can get a list of tasks (and their status) via the API. The Get tasks endpoint would allow you to query for tasks associated with a specific page ID, and also for tasks where status is either complete or incomplete.
The API would be useful if your report lives outside of Confluence, and you're using something like Automation or Python to pull the data.
Hi Reena - Welcome to the Atlassian Community!
Are these tasks in Jira also? Or just in Confluence. If just Confluence, you might try the API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.