Closed xingya1822 closed 3 months ago
Why this return nothing:
SimpleDateFormat df = new SimpleDateFormat("yyyyMMdd"); api.getEventsApi().getUserEvents("fanguogang", ActionType.PUSHED, TargetType.PROJECT, df.parse("20240813"), df.parse("20240701"), SortOrder.ASC).forEach(e -> { System.out.println(e.getActionName()); });
while I can confirm there were many PUSHED events for the user 'fanguogang'
Why this return nothing:
while I can confirm there were many PUSHED events for the user 'fanguogang'