Add support for project stats with children flag

This commit is contained in:
allegroai
2022-02-13 19:26:47 +02:00
parent 36e013b40c
commit e334246b46
4 changed files with 15 additions and 1 deletions

View File

@@ -539,6 +539,13 @@ get_all_ex {
description: "Scroll ID that can be used with the next calls to get_all to retrieve more data"
}
}
"999.0": ${get_all_ex."2.15"} {
response.properties.stats_with_children {
description: "If include_stats flag is set then this flag contols whether the child projects tasks are taken into statistics or not"
type: boolean
default: true
}
}
}
update {
"2.1" {