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?
This JQL should do what you want:
reporter = currentUser() and issuetype = bug
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.
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.