|
actual_time = models.TimeField(null=True, blank=True, editable=False) |
I just spent about an hour trying to set actual_time when update a test via REST API and then looking through the code to see how if it was used anywhere...
To be honest, documentation doesn't mention it as possible request payload anywhere, but it's part of the output. I don't see it in the UI either.
Is it something that was deprecated? I thought it could be a good place to store scanner run times for metrics later, just checking as I can use any other field
django-DefectDojo/dojo/models.py
Line 2038 in 5c7de81
I just spent about an hour trying to set
actual_timewhen update a test via REST API and then looking through the code to see how if it was used anywhere...To be honest, documentation doesn't mention it as possible request payload anywhere, but it's part of the output. I don't see it in the UI either.
Is it something that was deprecated? I thought it could be a good place to store scanner run times for metrics later, just checking as I can use any other field