Hi,
I tried to find my not logged issues by this jql query:
(assignee = currentUser() OR "Pair Assignees" = currentUser()) AND (worklogAuthor != currentUser() OR timespent is EMPTY)
but the worklogAuthor Function, only finds the first user who has been logged in jira.
for example if we have more than one record in worklog table for an issue:
-User1 : 2h
- User2 : 4h
this query cant find the User2 as a logged person, cause the worklogAuthor function only finds User1 as a logged user.