I know it is possible to create a JQL Filter such as the one below to return a list of all issues, but I am hoping to find a way where users can filter the Board/List views, ideally from the Quick Filters on each screen, to only show the issues they are watching?
project = X and watcher = currentUser() AND statusCategory != Done ORDER BY created ASC
I don't think it is natively possible to do this in JWM, but wondering if anyone has found a way to populate a hidden custom field and then build a Quick Filter based on that field?
There is a way to do this on a JWM project on the board and list
On the board and list you have the filter option, select yourself (not the assigned to me option) and select all the statuses required (except "done" statuses) and save the filer.
This resembles a quick filter, but its your filter only.
Thanks for your quick response.
The only options I see in the Filter list is "Assigned to me" and then I can filter by "Assignee" and "Reporter" (see attached screenshot) - there are no other "user" fields I can filter by? When I select myself in "Assignee" it (understandably) only filters issues that I am assigned to rather than those that I am watching.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Select yourself from the assignee part, scroll down, status will be shown also and select the required ones.
After this you are able to save the filter, this will appear beside the FILTERS text on top.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is what I did, but it only returns issues that I am the "Assignee" for, and not issues that I am "watching" but am not assigned to (which is what I want).
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.