Nothing here to display
I will assume you have a valid business case for trying to clear the time spent if you enter a time greater than the original estimate (although, I can't imagine what it is but that's beside the point). I did some investigation this morning and found a few problems that need to be addressed.
{
"fields": {
"timetracking": {
"timeSpentSeconds": "0"
}
}
}
This also does not clear the aggregated time spent on the task, it actually clears the original estimate. I can't find a way to actually accomplish what you were attempting to do (probably because the time spent working on an issue is never meant to be cleared).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.