You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.