Viewing tickets I'm watching in JIRA

Hi,

I’m sure there’s a big button for this but I seem not to see the forest for the trees.

In JIRA (tickets.metabrainz.org), how does only bring up a list of tickets one is watching?

Thanks

AFAIK you’ll need to use the advanced query. With the advanced query watcher = currentUser() will show all issues watched by you (if you are logged in). Or use your actual user name.

E.g. if you are logged in this should show all tickets you are watching which are not Closed, Done or Cancelled:

https://tickets.metabrainz.org/issues?jql=watcher%20%3D%20currentUser()%20AND%20status%20not%20in%20(Closed%2CDone%2CCancelled)

4 Likes

When viewing your profile at Log in - MetaBrainz JIRA, there’s a “Filters” dropdown in the top-right corner that has a few preconfigured filters:

The URL for the “Watched” tickets is Issue Navigator - MetaBrainz JIRA and does not appear to be tied to a particular user.

3 Likes

There are also some funny homemade public ticket searches (that they call filters) that you can add to your favourites.

1 Like