Attempting to get the work log of an issues using getWorklogs() but it always return empty array even thou the issues have worklog. Dumping the toString for issues display the below:
worklogs=[],
is there a special way to get the workLog for a given task.
Issue issueFromJira;
...
Iterable worklogs = issueFromJira.getWorklogs();
System.out.println("getWorklogs Size : " + Iterables.size(worklogs));
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.