| Package | Description |
|---|---|
| net.rcarz.jiraclient |
| Modifier and Type | Method and Description |
|---|---|
WorkLog |
Issue.addWorkLog(String comment,
org.joda.time.DateTime startDate,
long timeSpentSeconds)
Adds
WorkLog to this issue |
static WorkLog |
WorkLog.get(RestClient restclient,
String issue,
String id)
Retrieves the given work log record.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkLog> |
Issue.getAllWorkLogs() |
List<WorkLog> |
Issue.getWorkLogs() |
static List<WorkLog> |
Field.getWorkLogs(Object c,
RestClient restclient)
Gets a list of work logs from the given object.
|
Copyright © 2022. All rights reserved.