Create filter for all users to see their open bugs

Nate Zeiler
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 1, 2019

I'm trying to create a filter that I can send to all users to log in and check on the status of their reported bugs. I only see the option to apply Reporter: Current User (myself) or Reporter: No Reporter. 

Does anyone have a workaround?

 

1 answer

1 accepted

1 vote
Answer accepted
Dave Theodore [Coyote Creek Consulting]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 1, 2019

This JQL should do what you want:

reporter = currentUser() and issuetype = bug
Kian Stack Mumo Systems
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 1, 2019

Just to clarify, the currentUser() searches based on whoever is accessing the filter at that time. So if I was to run it, I would see all bugs that I am the reporter on, if Dave ran this query, he would see all the bugs he is the reporter for.

Suggest an answer

Log in or Sign up to answer