Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

why can't i see some of my watched issues

Jasmine Noel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 29, 2020

I have a "watched issues" gadget on my dashboard.  However it is only showing issues from a subset of projects.  How can I fix that?

When I go to the issue itself (eg Projects/Inbox/Issue-611) I am listed as watching the issue.  

When I go to the "Your Work" tab I can see it in the "viewed" list

 

 

1 answer

0 votes
Marianne Miller
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.
May 29, 2020

the basic gadget uses this logic:

issue in watchedIssues() AND resolution = EMPTY order by watchers desc. 

Theoretically, this should display all issues with anyone watching it across projects.  But it may provide too much or too little information.

you could build a query and show the filter results.  I'm a big fan of custom queries/filters to find what you want.

watcher = currentUser()

    you might add order by key or order by project if you add that column to see them by project.

One thing to make sure is that you have the correct permissions in those other projects.  if you can't check it, you may need to ask your admin.

Josefin Rojas Vazquez April 11, 2022

Hi,

I have a similar problem.

User is watching 11 issues (unresolved). But in dashboard gadget with custom queries/filters as

resolution = Unresolved and watcher = currentUser() , it only shows 2 issues...

User has correct permissions. 

 

//Josefin 

Suggest an answer

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

Atlassian Community Events