Hey All!
reporter = currentUser() or "watchers[user picker (multiple users)]" = currentUser()
ORDER BY created DESC
This JQL works for me, but not for other user in Jira that belongs to organization. It shows only by "reporter" parameter. What might be an issue?
Hi @Oleg Klymov
Welcome to Atlassian Community.
Can you check if user have Manage Watchers permission in that project.
Let me know if it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you check if any Duplicate field with name watchers is there in your instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And also this jql is using current user. So check if user is having any tickets as watcher to display.
You can try this from your end to see if the result matches
reporter = username or "watchers[user picker (multiple users)]" = username
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks
unfortunately, it does not work as well even with my 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.