Skip to content

Task properties update

You can add set some properties on your tasks.

Code Reference

See the code reference for further details.

Available properties

Property Type
score number

Example

from isahitlab.client import IsahitLab

lab = IsahitLab()

lab.update_properties_of_tasks(
    project_id='<project_id>',
    task_id_in=['<task_id>'],
    properties={ "score" : 5 }
)

Remove properties

Set the property to None to remove it