I am using Microsoft Graph to request all tasks of a Planner Plan's bucket with:
https://graph.microsoft.com/v1.0/planner/plans/{plan-id}/tasks
According to the docs, the order of the tasks should be given by the property key "orderHint", but sorting by the values does not result in the order I see in the web app. Moreover, when changing the order of tasks in the web app, the values of orderHint don't change, they seem to be static.
What's the proper way to get the order of tasks in a bucket?