Hi
I'm trying to use java to get a custom field related to a worklog item, but I'm struggling to work out how to do this.
My guess is that I need to reference the tempo package in my POM to get extra methods available but I'm not sure where to start. All the documentation seems to point to REST APIs rather than anything meaningful in java.
Can anyone help point me in the right direction please? I'm using tempo version 8.0.2
The code I have at the moment is:
{CODE}
String onSite = (String) event.getWorklog().
.getCustomFieldValue(getCustomField("Onsite work"));
{CODE}
The getCustomFieldValue() method works great when getting a custom field related to a JIRA issue, but not to the worklog.
thanks
Andy