I want to view JIRA issues by a specific reporter.
Go to advanced search, enter the following and replace with the username:
reporter = "username"
Thank you, that worked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's also pretty handy sometimes to use
reporter=currentuser()
for tables where everyone can check their own issues.
Another handy one is
reporter in organizationMembers(customer name)
especially for Service Manager projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Doesn't work for me. When I type `reporter=dirk` in Backlog search field the results are empty. Any tricks here ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to "search issues".
JQL is "reporter = x", and the basic search has the reporter field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just surround the searched key-word with single quote marks if it contains any special chars.
NOTE: Regarding the field on which you are operating it would be good if you check the docs so you know which operators are supported for you (that can be found on this link https://support.atlassian.com/jira-core-cloud/docs/advanced-search-reference-jql-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.