Update a task status
task = aq.task("123456").get()
statuses = task.get_statuses()
task.update_data(statuses["done"])
A status is composed by multiple properties. The default one is the status property. But other properties exist like color, completion, ... The statuses can be updated from the project settings or the organisation settings.