20 lines
572 B
Markdown
20 lines
572 B
Markdown
|
|
||
|
|
||
|
# TrackedTime
|
||
|
|
||
|
TrackedTime worked time for an issue / pr
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**created** | **OffsetDateTime** | | [optional]
|
||
|
**id** | **Long** | | [optional]
|
||
|
**issue** | [**Issue**](Issue.md) | | [optional]
|
||
|
**issueId** | **Long** | deprecated (only for backwards compatibility) | [optional]
|
||
|
**time** | **Long** | Time in seconds | [optional]
|
||
|
**userId** | **Long** | deprecated (only for backwards compatibility) | [optional]
|
||
|
**userName** | **String** | | [optional]
|
||
|
|
||
|
|
||
|
|