I have chosen to watch a number of jira intakes for TD. I am a TD employee as you can see by my email. How do I access a consolidated list of all the intakes I am "watching"?
hi @melissa holliday ,
I would create a filter for quick reference and be sure to "star" it so that it is pinned in your filter list.
JQL ==> watcher = currentuser() and statuscategory != done
you could use the filter in a dashboard if desired.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community!
It looks like you don't have your hosting type tagged here, but luckily it's not relevant for this question.
In short you can search for these issues with JQL like so:
watcher = currentUser()
Basically this will search for issues that you (the current user presumably) are watching. This should work from the search bar on both cloud and on-premise deployments.
Cheers,
Nick [Tempo/ALM Works]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nick
If I am "watching" multiple items, is there a place I can go to see an entire listing of them all at once? versus having to search for them individually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Melissa,
You can save a search as a filter. Here is the cloud documentation.
This will allow you to combine very general filters like all watched items with other more granular searches like: updated > "-1d"
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.