I want to query any jira issue worked on by another person. There is a built it worked on search for the current user that I cant see the JQL
For some reason worklogauthor gives me 0 results. As you can see the Worked On default filter will show anything I have been assigned, commented on, made status updates. I want to find these parameters so I can build a dashboard and select any user that has worked on an issue in a given time period
Hi @mgeiger -- Welcome to the Atlassian Community!
What do you mean by "worked on by another person"?
For example, if you mean an issue was ever assigned to someone other than the current user this could help:
assignee WAS NOT currentUser() AND assignee IS NOT EMPTY
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Welcome to the community
You can use worklogauthor like that
Worklogauthor = currentUser()
Worklogauthor = <username>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.