My employer uses JIRA with Atlassian to keep track of bugs and stories that need to be fixed, updated, or implemented. Some of them are very important (such as users of our product not being able to log in to their accounts), and many of them I have selected "watch this issue" on.
Unfortunately, I've not been able to locate a tab or page that shows me all the issues I'm watching, so even though I receive email notifications of the progress updates on these tickets, I still have to specifically search for them in the system in order to locate them and view the details.
Am I missing something?
The query 'watcher = currentUser()' should get you the tickets you seek. :)
watcher = currentUser() did the trick!
Thank you, @Steven F Behnke !!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you!
Usability is terrible...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm brand new on Jira and definitely do not have any background in coding, so please forgive me. But, can you please explain further where to enter the query you listed? I tried using the search function and that did not return results, so I assume that entering a "query" is a more specific process? Thanks in advance for any assistance you can provide.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Steven F Behnke I am in the same boat as @hanna.wenter
Where is the query function. My company uses Jira to report issues. As a PM I need to watch these issues to know when they are being released. Any guidance would be greatly appreciated. I looked at the documentation that @Brittany Wispell provided but it did not seem to provide the answer I needed.
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @hanna.wenter & @Shauna Bott
What types of Jira instances are you using? examples: Atlassian Jira Cloud or Jira Server?
What type of reporting are you looking for? @hanna.wenter
What type of reporting do you need? @Shauna Bott
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Brittany Wispell I assume I am using Atlassian Jira Cloud as that is in the browser bar as mycompanyname.atlassian.net.
I am needing to see a list/report of the items that I am watching. I have tagged each one as an item to watch but would like a list as I don't always remember the Jira number or title to do a search.
Thanks for your quick response
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Shauna Bott Below I set it in step order with images. If anything needs clarification please let me know!
Step 1: Click on the Search icon(magnifying glass)
Step 2: The below will show up you'll want to click on the 'Advanced Search for Issues' option.
Step 3: You're now in the search for issues section
Step 4: Copy/Paste watcher = currentUser()
You can always switch back to a basic search to look for anything else that you are needing to report on.
Switching to basic search
Fields easily available
Searching available fields:
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.
@Brittany Wispell That is exactly what I was looking for as well. Thank you very much, I really appreciate you taking the time to provide such a thorough answer!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are both very welcome! That is what we are here for :)
Have a great remainder of your week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Brittany Wispell thank you so much for adding detail
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian change this: Between steps 2 & 3 you have to click on "Switch to JQL"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Like Steven said..the query can help you find those items and you can add a gadget to a dashboard.
Here are some filtering documentation pages.
https://confluence.atlassian.com/jirasoftwarecloud/saving-your-search-as-a-filter-764478344.html
https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But what exactly does this query fetch you?
watcher = currentUser()
Does it fetch you the issues in which you tagged?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Worked for me to click first on "Switch to JQL" then pasting 'watcher = currentUser() ORDER BY created DESC'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Switch from basic search to Advanced Search to open a JQL query window and type the query:
key in watchedIssues()
Bulk change all your watched issues with the dropdown options by clicking the ... in the upper right corner of the page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I figured it out! Thanks to both of your suggestions/tips, Steven and Brittany!
You've both been saviors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kelsie Zika if you click the checkmarks next to their answers they will get credit for providing good solutions! Just a tip :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wish I could like comments!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, thanks Monique! :)
and yes, I second the motion for liking comments!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Brittany Wispell we have that as a feature request!
@Test User KL and @Tyler T ^^^ the users have spoken 😉
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy to help
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.