Skip to content

Reset spent time for an issue

POST
/api/v4/projects/{id}/issues/{issue_iid}/reset_spent_time

Resets the total spent time for a specified issue to 0 seconds.

id
required
One of:
string

The ID or URL-encoded path of the project

issue_iid
required
integer

The internal ID of the issue

Created

Media type application/json
object
time_estimate
integer
total_time_spent
integer
human_time_estimate
string
human_total_time_spent
string
Example
{
"time_estimate": 12600,
"total_time_spent": 3600,
"human_time_estimate": "3h 30m",
"human_total_time_spent": "1h"
}

Bad Request

Unauthorized

Not found