how to see all the tasks, more than 40 for report page, from multiple pages with a label, This to have a complete report to export in excel
Hey @Nicola Nardone ,
I'm guessing you're referring to task report macro here. The macro supports filtering by labels , so I guess you could use that.
As for 'pagination' it does have that limit of 40 per page (max) and you cannot extend that.
Maybe for true Excel export of all site tasks, you could try using REST API. 🤔
The GET /wiki/rest/api/inlinetasks/search (v1) or GET /wiki/rest/v2/tasks (v2) endpoints allow you to programmatically retrieve all tasks, which can then be converted into a CSV or Excel file.
Cheers,
Tobi
👋Hi, @Nicola Nardone !
Welcome to Atlassian Community!
Could you provide more details about what you would like to export?
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.