"watchers[user picker (multiple users)]" JQL does not work

Oleg Klymov October 17, 2024

 

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?

1 answer

1 vote
pinky_reddy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2024

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.

Oleg Klymov October 17, 2024

thanks for the reply. Yes, he has permission to manage and view

pinky_reddy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2024

Can you check if any Duplicate field with name watchers is there in your instance.

pinky_reddy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2024

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

Oleg Klymov October 18, 2024

thanks
unfortunately, it does not work as well even with my username

pinky_reddy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 23, 2024

Hi @Oleg Klymov 

can you try this

reporter = currentUser() AND watcher = currentUser()

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events