After exporting to JSON, I can find some progress statistics for tasks, e.g.:
"timeTrack": {
"trace":[
[
10,
6874134
],
[
0,
22
],
[
99,
1
]
]
}
Obviously, the first value in each array stands for tasks' progress.
Can somebody explain, what the second value is? Here they are 6874134, 22 and 1
Thank you!
Hi @aleksei_Shkut - The second value stands for the status duration of each task.
Peggy, Feb 9, 2021
@peggy Thank you for the reply. But If the second value is the duration, why do I get strange values for it? For example, if I create a task (initially with progress 0), after a few seconds I set status to 10, then after a few seconds I set 99, then I set status to 0, then I export it to JSON and get next values:
"trace": [
[
10,
6889858
],
[
99,
0
]
]
Is that okay?
aleksei Shkut, Feb 15, 2021
Why do I have such a big value for progress "10" though the task had been being on that progress for a few seconds? Is it a bug, or do I misunderstand the concept? Thank you! @peggy
aleksei Shkut, Feb 17, 2021
Hi @peggy . Thanx for the reply! Since the property is useless to me, will there be any means to check time spent on each task?
aleksei Shkut, Feb 19, 2021
Hi @aleksei_Shkut - After check again with our Developer team, the value is for internal use. We might remove the value from our exported JSON file later on. You can just ignore it. Thanks!
Peggy, Feb 18, 2021
Another example I have just done: The time interval between each step is a few seconds 0 (created) -> 10 -> 85 -> 99 -> 100
"trace": [
[
10,
6889864
],
[
85,
0
],
[
99,
0
]
]
aleksei Shkut, Feb 15, 2021
Hi @aleksei_Shkut - Having a Timer/Time tracking feature is in our consideration for our future improvements. However, our team haven't gotten to this feature yet, as we are working on other priorities at the moment. I will keep you posted if I get an update from the team for timer and time tracking feature. Thank you!
Peggy, Feb 26, 2021