public interface IssueTimeTracking
API for Issue timetracking.
Note: timetracking needs to be enabled for the
Project in YouTrack, otherwise these operations will throw IOException.
| Modifier and Type | Interface and Description |
|---|---|
static class |
IssueTimeTracking.EntrySpec
Specifications for creating a
TimeTrackEntry on an Issue. |
| Modifier and Type | Method and Description |
|---|---|
IssueTimeTracking |
create(IssueTimeTracking.EntrySpec spec)
Creates a new
entry. |
Stream<TimeTrackEntry> |
stream()
|
Stream<TimeTrackEntry> stream() throws IOException, UnauthorizedException
Stream with all available work entries for the
IssueIOException - if the server is unavailableUnauthorizedException - if the user's Session is not authorized to perform this
operationIssueTimeTracking create(IssueTimeTracking.EntrySpec spec) throws IOException, UnauthorizedException
entry.spec - the entry's specentryIOException - if the server is unavailableUnauthorizedException - if the user's Session is not authorized to perform this
operationCopyright © 2017–2018 George Aristy. All rights reserved.